#913612
a dark, electric orange · warm · closest name: sienna
RGB
145, 54, 18
HSL
17°, 78%, 32%
CMYK
0, 63, 88, 43
Luminance
0.0870
Every format
| HEX | #913612 |
| RGB | rgb(145, 54, 18) |
| HSL | hsl(17, 78%, 32%) |
| CMYK | cmyk(0%, 63%, 88%, 43%) |
| LAB | lab(35.4 36.7 40.0) |
| LCH | lch(35.4 54.3 47.5) |
| OKLCH | oklch(0.457 0.132 39.6) |
Copy-ready code
/* CSS */
color: #913612;
background-color: #913612;
/* Tailwind (arbitrary) */
class="text-[#913612] bg-[#913612]"
/* SCSS */
$brand: #913612;
/* SwiftUI */
Color(red: 0.569, green: 0.212, blue: 0.071)
/* Android */
Color.parseColor("#913612")Accessibility — WCAG contrast
Aa
#913612 on white: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#913612 on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green21.2%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta62.8%
Yellow87.6%
Key (black)43.1%
Color previews
#913612 text on a black background
contrast 2.74:1
Card sample
#913612 text on a white background
contrast 7.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #913612;
Background color
Panel with #913612 background
background-color: #913612;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #913612;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 54, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 54, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #913612; background: linear-gradient(135deg, #913612, #918B12);