Shades of Saddle Brown #8E3B08
Tints of Saddle Brown #8E3B08
RGB
CMYK
RGB Variations
Color information
#8E3B08 (or 0x8E3B08) is known color: Saddle Brown. HEX triplet: 8E, 3B and 08. RGB value is (142,59,8). Sum of RGB (Red+Green+Blue) = 142+59+8=209 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.94% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3B08 is #71C4F7. Grayscale: #4E4E4E. Windows color (decimal): -7455992 or 539534. OLE color: 539534.
HSL color Cylindrical-coordinate representation of color #8E3B08: hue angle of 22.84º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E3B08 is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 59 | 8 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.44 |
| HSL | 22.84º | 0.89% | 0.29% | - |
| HSV(B) | 22.84º | 0.94% | 0.56% | - |
| XYZ | 12.76 | 8.9 | 1.27 | - |
| YUV | 78 | 88.5 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 59 | 8 | 0 | 0.58 | 0.94 | 0.44 | 22.84 | 0.89 | 0.29 |
| Hex | 8E | 3B | 8 | 0 | 3A | 5E | 2C | 17 | 59 | 1D |
| Octal | 216 | 73 | 10 | 0 | 72 | 136 | 54 | 27 | 131 | 35 |
| Binary | 10001110 | 111011 | 1000 | 0 | 111010 | 1011110 | 101100 | 10111 | 1011001 | 11101 |
Color Harmonies of #8E3B08
Complementary color
Monochromatic Colors of #8E3B08
Black with #8E3B08
Text Example
Text Example
White with #8E3B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3B08; }
p { color: rgb(142,59,8); }
H1.HeaderClassName
{
color: #8E3B08;
}
.AnyTagClassName
{
color: #8E3B08;
}
</style>
background-color css
<style>
a { background-color: #8E3B08; }
a { background-color: rgb(142,59,8); }
div.DivClassName
{
background-color: #8E3B08;
}
.BgClassName
{
background-color: #8E3B08;
}
</style>
border-color css
<style>
span { border-color: #8E3B08; }
span { border-color: rgb(142,59,8); }
td.TdClassName
{
border-color: #8E3B08;
}
.TagClassName
{
border-color: #8E3B08;
}
</style>