#79520b
a dark, electric orange · warm · closest name: sienna
RGB
121, 82, 11
HSL
39°, 83%, 26%
CMYK
0, 32, 91, 53
Luminance
0.1012
Every format
| HEX | #79520b |
| RGB | rgb(121, 82, 11) |
| HSL | hsl(39, 83%, 26%) |
| CMYK | cmyk(0%, 32%, 91%, 53%) |
| LAB | lab(38.1 10.3 43.3) |
| LCH | lch(38.1 44.5 76.6) |
| OKLCH | oklch(0.470 0.094 75.5) |
Copy-ready code
/* CSS */
color: #79520b;
background-color: #79520b;
/* Tailwind (arbitrary) */
class="text-[#79520b] bg-[#79520b]"
/* SCSS */
$brand: #79520b;
/* SwiftUI */
Color(red: 0.475, green: 0.322, blue: 0.043)
/* Android */
Color.parseColor("#79520b")Accessibility — WCAG contrast
Aa
#79520b on white: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#79520b on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green32.2%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow90.9%
Key (black)52.5%
Color previews
#79520b text on a black background
contrast 3.02:1
Card sample
#79520b text on a white background
contrast 6.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79520b;
Background color
Panel with #79520b background
background-color: #79520b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79520b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 82, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 82, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79520b; background: linear-gradient(135deg, #79520b, #57790B);