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