#713613
a dark, vivid orange · warm · closest name: sienna
RGB
113, 54, 19
HSL
22°, 71%, 26%
CMYK
0, 52, 83, 56
Luminance
0.0620
Every format
| HEX | #713613 |
| RGB | rgb(113, 54, 19) |
| HSL | hsl(22, 71%, 26%) |
| CMYK | cmyk(0%, 52%, 83%, 56%) |
| LAB | lab(29.9 23.5 32.5) |
| LCH | lch(29.9 40.1 54.2) |
| OKLCH | oklch(0.405 0.095 47.8) |
Copy-ready code
/* CSS */
color: #713613;
background-color: #713613;
/* Tailwind (arbitrary) */
class="text-[#713613] bg-[#713613]"
/* SCSS */
$brand: #713613;
/* SwiftUI */
Color(red: 0.443, green: 0.212, blue: 0.075)
/* Android */
Color.parseColor("#713613")Accessibility — WCAG contrast
Aa
#713613 on white: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#713613 on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green21.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow83.2%
Key (black)55.7%
Color previews
#713613 text on a black background
contrast 2.24:1
Card sample
#713613 text on a white background
contrast 9.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #713613;
Background color
Panel with #713613 background
background-color: #713613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #713613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 54, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 54, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #713613; background: linear-gradient(135deg, #713613, #6D7113);