#752f0c
a dark, electric orange · warm · closest name: sienna
RGB
117, 47, 12
HSL
20°, 81%, 25%
CMYK
0, 60, 90, 54
Luminance
0.0584
Every format
| HEX | #752f0c |
| RGB | rgb(117, 47, 12) |
| HSL | hsl(20, 81%, 25%) |
| CMYK | cmyk(0%, 60%, 90%, 54%) |
| LAB | lab(29.0 28.9 35.3) |
| LCH | lch(29.0 45.6 50.7) |
| OKLCH | oklch(0.399 0.108 43.1) |
Copy-ready code
/* CSS */
color: #752f0c;
background-color: #752f0c;
/* Tailwind (arbitrary) */
class="text-[#752f0c] bg-[#752f0c]"
/* SCSS */
$brand: #752f0c;
/* SwiftUI */
Color(red: 0.459, green: 0.184, blue: 0.047)
/* Android */
Color.parseColor("#752f0c")Accessibility — WCAG contrast
Aa
#752f0c on white: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#752f0c on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green18.4%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta59.8%
Yellow89.7%
Key (black)54.1%
Color previews
#752f0c text on a black background
contrast 2.17:1
Card sample
#752f0c text on a white background
contrast 9.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752f0c;
Background color
Panel with #752f0c background
background-color: #752f0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752f0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 47, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 47, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752f0c; background: linear-gradient(135deg, #752f0c, #75750C);