#824924
a dark, vivid orange · warm · closest name: sienna
RGB
130, 73, 36
HSL
24°, 57%, 33%
CMYK
0, 44, 72, 49
Luminance
0.0964
Every format
| HEX | #824924 |
| RGB | rgb(130, 73, 36) |
| HSL | hsl(24, 57%, 33%) |
| CMYK | cmyk(0%, 44%, 72%, 49%) |
| LAB | lab(37.2 20.9 32.0) |
| LCH | lch(37.2 38.2 56.8) |
| OKLCH | oklch(0.466 0.093 51.5) |
Copy-ready code
/* CSS */
color: #824924;
background-color: #824924;
/* Tailwind (arbitrary) */
class="text-[#824924] bg-[#824924]"
/* SCSS */
$brand: #824924;
/* SwiftUI */
Color(red: 0.510, green: 0.286, blue: 0.141)
/* Android */
Color.parseColor("#824924")Accessibility — WCAG contrast
Aa
#824924 on white: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#824924 on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green28.6%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta43.8%
Yellow72.3%
Key (black)49.0%
Color previews
#824924 text on a black background
contrast 2.93:1
Card sample
#824924 text on a white background
contrast 7.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #824924;
Background color
Panel with #824924 background
background-color: #824924;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #824924;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 73, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 73, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #824924; background: linear-gradient(135deg, #824924, #7C8224);