#8B4513
saddlebrown
#8B4513 is a orange colour. In RGB it is 139 red, 69 green and 19 blue, which converts to a hue of 25 degrees, 76% saturation and 31% lightness. It is one of the named CSS colours, written as saddlebrown in stylesheets.
Color values
| HEX | #8B4513 |
|---|---|
| RGB | rgb(139, 69, 19) |
| HSL | hsl(25, 76%, 31%) |
| HSV | hsv(25, 86%, 55%) |
| CMYK | cmyk(0%, 50%, 86%, 45%) |
Contrast and accessibility
Against white the contrast ratio is 7.1:1, and against black it is 2.96:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 7.1:1 | AAA | AAA |
| Black | 2.96:1 | Fail | Fail |
Tints and shades
Lighter tints move #8B4513 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #8B4513; |
|---|---|
| CSS rgb() | color: rgb(139 69 19); |
| Tailwind | bg-[#8b4513] |
| SwiftUI | Color(red: 0.545, green: 0.271, blue: 0.075) |
| Android | Color.parseColor("#8B4513") |