Explore the base color
Review HEX, RGB, HSL, and HSV for brown, then browse shades, tints, tones, and hues.
Brown color codes for #A52A2A — HEX, RGB, HSL, HSV, shades, named browns, and copy-ready CSS.
Loading tool…
Follow these steps for a clear answer.
Review HEX, RGB, HSL, and HSV for brown, then browse shades, tints, tones, and hues.
Click a generated strip or a CSS named brown shade to load codes and harmonies.
Copy HEX, rgb(), hsl(), or the keyword—and check contrast on white and black.
Core relationships used by this color tool.
Common picks with formula and result.
CSS keyword
Family neighbor
Background use
Harmony hint
Version 1.0.0
Shades/tints/tones adjust HSL L or S from base H; harmonies offset H on the hue circleBrown grounds organic and craft brands. Use tan/beige for surfaces and deeper browns for type.
For full keyword search across all hues, use HTML color codes. For palette generation, try the color scheme generator or color wheel.
:root {
--brown: #a52a2a;
--brown-deep: #8b4513;
--brown-soft: #deb887;
}
.banner {
background-color: var(--brown);
color: #ffffff;
}
| Name | HEX | RGB | Feel |
|---|---|---|---|
| brown | #A52A2A | 165, 42, 42 | Base keyword |
| saddlebrown | #8B4513 | 139, 69, 19 | Dark shade |
| sienna | #A0522D | 160, 82, 45 | Named shade |
| chocolate | #D2691E | 210, 105, 30 | Named shade |
| peru | #CD853F | 205, 133, 63 | Named shade |
| tan | #D2B48C | 210, 180, 140 | Named shade |
| burlywood | #DEB887 | 222, 184, 135 | Named shade |
| maroon | #800000 | 128, 0, 0 | Named shade |
| bisque | #FFE4C4 | 255, 228, 196 | Named shade |
| blanchedalmond | #FFEBCD | 255, 235, 205 | Named shade |
| cornsilk | #FFF8DC | 255, 248, 220 | Named shade |
| darkgoldenrod | #B8860B | 184, 134, 11 | Dark shade |
Key distinctions behind the tool.
The CSS named color brown is #A52A2A, equal to rgb(165, 42, 42) and hsl(0°, 59%, 41%).
Brown is a classic mid brown. SaddleBrown is deeper and more leather-like.
Cream, beige, and forest green feel natural. Soft blues cool the warmth. Always check text contrast.
Brown on white often works for headings; light tan text on white fails—keep body text dark.
Use color: brown;, color: #A52A2A;, or color: rgb(165, 42, 42); on any property that accepts a <color> value, including background-color and border-color.