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