#755313
a dark, vivid orange · warm · closest name: sienna
RGB
117, 83, 19
HSL
39°, 72%, 27%
CMYK
0, 29, 84, 54
Luminance
0.1002
Every format
| HEX | #755313 |
| RGB | rgb(117, 83, 19) |
| HSL | hsl(39, 72%, 27%) |
| CMYK | cmyk(0%, 29%, 84%, 54%) |
| LAB | lab(37.9 8.1 40.2) |
| LCH | lch(37.9 41.0 78.6) |
| OKLCH | oklch(0.467 0.089 78.2) |
Copy-ready code
/* CSS */
color: #755313;
background-color: #755313;
/* Tailwind (arbitrary) */
class="text-[#755313] bg-[#755313]"
/* SCSS */
$brand: #755313;
/* SwiftUI */
Color(red: 0.459, green: 0.325, blue: 0.075)
/* Android */
Color.parseColor("#755313")Accessibility — WCAG contrast
Aa
#755313 on white: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#755313 on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green32.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow83.8%
Key (black)54.1%
Color previews
#755313 text on a black background
contrast 3.00:1
Card sample
#755313 text on a white background
contrast 6.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #755313;
Background color
Panel with #755313 background
background-color: #755313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #755313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 83, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 83, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #755313; background: linear-gradient(135deg, #755313, #567513);