#75520f
a dark, electric orange · warm · closest name: sienna
RGB
117, 82, 15
HSL
39°, 77%, 26%
CMYK
0, 30, 87, 54
Luminance
0.0985
Every format
| HEX | #75520f |
| RGB | rgb(117, 82, 15) |
| HSL | hsl(39, 77%, 26%) |
| CMYK | cmyk(0%, 30%, 87%, 54%) |
| LAB | lab(37.6 8.5 41.4) |
| LCH | lch(37.6 42.3 78.4) |
| OKLCH | oklch(0.465 0.091 77.9) |
Copy-ready code
/* CSS */
color: #75520f;
background-color: #75520f;
/* Tailwind (arbitrary) */
class="text-[#75520f] bg-[#75520f]"
/* SCSS */
$brand: #75520f;
/* SwiftUI */
Color(red: 0.459, green: 0.322, blue: 0.059)
/* Android */
Color.parseColor("#75520f")Accessibility — WCAG contrast
Aa
#75520f on white: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#75520f on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green32.2%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta29.9%
Yellow87.2%
Key (black)54.1%
Color previews
#75520f text on a black background
contrast 2.97:1
Card sample
#75520f text on a white background
contrast 7.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75520f;
Background color
Panel with #75520f background
background-color: #75520f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75520f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 82, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 82, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75520f; background: linear-gradient(135deg, #75520f, #54750F);