#b16913
a dark, electric orange · warm · closest name: peru
RGB
177, 105, 19
HSL
33°, 81%, 38%
CMYK
0, 41, 89, 31
Luminance
0.1950
Every format
| HEX | #b16913 |
| RGB | rgb(177, 105, 19) |
| HSL | hsl(33, 81%, 38%) |
| CMYK | cmyk(0%, 41%, 89%, 31%) |
| LAB | lab(51.3 23.0 54.6) |
| LCH | lch(51.3 59.2 67.1) |
| OKLCH | oklch(0.588 0.128 63.0) |
Copy-ready code
/* CSS */
color: #b16913;
background-color: #b16913;
/* Tailwind (arbitrary) */
class="text-[#b16913] bg-[#b16913]"
/* SCSS */
$brand: #b16913;
/* SwiftUI */
Color(red: 0.694, green: 0.412, blue: 0.075)
/* Android */
Color.parseColor("#b16913")Accessibility — WCAG contrast
Aa
#b16913 on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b16913 on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green41.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta40.7%
Yellow89.3%
Key (black)30.6%
Color previews
#b16913 text on a black background
contrast 4.90:1
Card sample
#b16913 text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b16913;
Background color
Panel with #b16913 background
background-color: #b16913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b16913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 105, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 105, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b16913; background: linear-gradient(135deg, #b16913, #8FB113);