Brown — Color Codes & Palette
Color Codes
| Format | Value | |
|---|---|---|
| HEX | #A52A2A | |
| RGB | rgb(165, 42, 42) | |
| HSL | hsl(0, 59%, 41%) |
Shades of Brown
| #962727 | #862323 | #761E1E | #651A1A | #551616 | #451212 | #350E0E | #240909 |
Tints of Brown
| #BF3131 | #CE4040 | #D45959 | #DA7171 | #E18989 | #E7A2A2 | #EDBABA | #F3D2D2 |
Color Pairings & Harmony
|
Complementary
#2BA6A6
|
Analogous +30°
#A6692B
|
Analogous −30°
#A62B69
|
Triadic +120°
#2BA62B
|
Triadic −120°
#2B2BA6
|
Contrast & Accessibility (WCAG 2.1)
CSS Snippet
.element {
color: #A52A2A;
}
.element-bg {
background-color: #A52A2A;
color: #ffffff;
}
.element-border {
border: 2px solid #A52A2A;
}
About Brown
Brown is a medium color with high saturation, defined by the hex code #A52A2A. Its exact color model values are rgb(165, 42, 42) in RGB and hsl(0, 59%, 41%) in HSL (hue 0°, saturation 59%, lightness 41%). On a white background the contrast ratio is 7.08:1 — AAA pass for normal text, and on black it is 2.96:1 — Fail. Use Brown for UI elements, backgrounds, text, borders, or decorative accents. The shades section below shows progressively darker variations, while the tints strip shows progressively lighter versions — both useful for building a tonal palette. The harmony swatches provide complementary, analogous, and triadic pairings based on the HSL hue wheel.
Want to explore this color interactively, generate palettes, or convert between color formats? The DevArbor Color Picker has you covered.
Open the Color Picker →