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