#915512
a dark, electric orange · warm · closest name: sienna
RGB
145, 85, 18
HSL
32°, 78%, 32%
CMYK
0, 41, 88, 43
Luminance
0.1256
Every format
| HEX | #915512 |
| RGB | rgb(145, 85, 18) |
| HSL | hsl(32, 78%, 32%) |
| CMYK | cmyk(0%, 41%, 88%, 43%) |
| LAB | lab(42.1 20.0 45.6) |
| LCH | lch(42.1 49.8 66.3) |
| OKLCH | oklch(0.508 0.109 62.1) |
Copy-ready code
/* CSS */
color: #915512;
background-color: #915512;
/* Tailwind (arbitrary) */
class="text-[#915512] bg-[#915512]"
/* SCSS */
$brand: #915512;
/* SwiftUI */
Color(red: 0.569, green: 0.333, blue: 0.071)
/* Android */
Color.parseColor("#915512")Accessibility — WCAG contrast
Aa
#915512 on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#915512 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green33.3%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta41.4%
Yellow87.6%
Key (black)43.1%
Color previews
#915512 text on a black background
contrast 3.51:1
Card sample
#915512 text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #915512;
Background color
Panel with #915512 background
background-color: #915512;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #915512;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 85, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 85, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #915512; background: linear-gradient(135deg, #915512, #789112);