Brown Hex Code — #A52A2A
RGB, HSL, and CMYK values for Brown.
Last updated: April 6, 2026
Brown Color Values
| Format | Value |
|---|---|
| HEX | #A52A2A |
| RGB | rgb(165, 42, 42) |
| HSL | hsl(0, 59%, 41%) |
| CMYK | cmyk(0%, 75%, 75%, 35%) |
About Brown
Color psychology: Reliability, stability.
Brown (#A52A2A) is a medium shade of brown with a hue angle of 0° on the color wheel, 59% saturation, and 41% lightness. It's commonly used in web design, graphic design, and branding where reliability, stability are desired associations.
In color theory, Brown sits in the warm section of the spectrum. Its moderate saturation gives it a balanced, professional appearance suitable for both text and backgrounds.
When to Use Brown in Design
Web Design
Use Brown for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Brown conveys reliability, stability — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:0% M:75% Y:75% K:35%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Dark colors like Brown are effective for primary buttons, navigation bars, and text. Use a lighter tint (increase HSL lightness to 90%+) for hover backgrounds.
How to Use Brown in CSS
/* Using HEX */ color: #A52A2A; background-color: #A52A2A; /* Using RGB */ color: rgb(165, 42, 42); /* Using HSL — best for creating variations */ color: hsl(0, 59%, 41%); /* Transparent overlay (50% opacity) */ background-color: rgba(165, 42, 42, 0.5); /* Lighter variant for hover states */ background-color: hsl(0, 59%, 51%); /* Darker variant for active states */ background-color: hsl(0, 59%, 31%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Brown without changing its core hue or saturation.
Colors That Go With Brown
Complementary
Analogous
Triadic
Similar Shades of Brown
Frequently Asked Questions
What is the hex code for Brown?
What is Brown in RGB and when should I use RGB?
How to use Brown in CSS with different color formats?
What is the HSL value of Brown and why is HSL useful for designers?
What is the CMYK value of Brown for print design?
What colors pair well with Brown in design projects?
Is Brown (#A52A2A) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.