#775310
a dark, electric orange · warm · closest name: sienna
RGB
119, 83, 16
HSL
39°, 76%, 27%
CMYK
0, 30, 87, 53
Luminance
0.1015
Every format
| HEX | #775310 |
| RGB | rgb(119, 83, 16) |
| HSL | hsl(39, 76%, 27%) |
| CMYK | cmyk(0%, 30%, 87%, 53%) |
| LAB | lab(38.1 8.9 41.6) |
| LCH | lch(38.1 42.5 77.9) |
| OKLCH | oklch(0.470 0.091 77.2) |
Copy-ready code
/* CSS */
color: #775310;
background-color: #775310;
/* Tailwind (arbitrary) */
class="text-[#775310] bg-[#775310]"
/* SCSS */
$brand: #775310;
/* SwiftUI */
Color(red: 0.467, green: 0.325, blue: 0.063)
/* Android */
Color.parseColor("#775310")Accessibility — WCAG contrast
Aa
#775310 on white: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#775310 on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green32.5%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow86.6%
Key (black)53.3%
Color previews
#775310 text on a black background
contrast 3.03:1
Card sample
#775310 text on a white background
contrast 6.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #775310;
Background color
Panel with #775310 background
background-color: #775310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #775310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 83, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 83, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #775310; background: linear-gradient(135deg, #775310, #567710);