#752913
a dark, vivid red · warm · closest name: sienna
RGB
117, 41, 19
HSL
14°, 72%, 27%
CMYK
0, 65, 84, 54
Luminance
0.0541
Every format
| HEX | #752913 |
| RGB | rgb(117, 41, 19) |
| HSL | hsl(14, 72%, 27%) |
| CMYK | cmyk(0%, 65%, 84%, 54%) |
| LAB | lab(27.9 32.2 30.8) |
| LCH | lch(27.9 44.6 43.8) |
| OKLCH | oklch(0.391 0.112 36.5) |
Copy-ready code
/* CSS */
color: #752913;
background-color: #752913;
/* Tailwind (arbitrary) */
class="text-[#752913] bg-[#752913]"
/* SCSS */
$brand: #752913;
/* SwiftUI */
Color(red: 0.459, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#752913")Accessibility — WCAG contrast
Aa
#752913 on white: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#752913 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green16.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta65.0%
Yellow83.8%
Key (black)54.1%
Color previews
#752913 text on a black background
contrast 2.08:1
Card sample
#752913 text on a white background
contrast 10.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752913;
Background color
Panel with #752913 background
background-color: #752913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752913; background: linear-gradient(135deg, #752913, #756B13);