Shades of Saddle Brown #8E3208
Tints of Saddle Brown #8E3208
RGB
CMYK
RGB Variations
Color information
#8E3208 (or 0x8E3208) is known color: Saddle Brown. HEX triplet: 8E, 32 and 08. RGB value is (142,50,8). Sum of RGB (Red+Green+Blue) = 142+50+8=200 (26% of max value = 765). Red value is 142 (55.86% from 255 or 71% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3208 is #71CDF7. Grayscale: #484848. Windows color (decimal): -7458296 or 537230. OLE color: 537230.
HSL color Cylindrical-coordinate representation of color #8E3208: hue angle of 18.81º 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 #8E3208 is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 50 | 8 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.44 |
| HSL | 18.81º | 0.89% | 0.29% | - |
| HSV(B) | 18.81º | 0.94% | 0.56% | - |
| XYZ | 12.34 | 8.05 | 1.13 | - |
| YUV | 72.72 | 91.48 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 50 | 8 | 0 | 0.65 | 0.94 | 0.44 | 18.81 | 0.89 | 0.29 |
| Hex | 8E | 32 | 8 | 0 | 41 | 5E | 2C | 13 | 59 | 1D |
| Octal | 216 | 62 | 10 | 0 | 101 | 136 | 54 | 23 | 131 | 35 |
| Binary | 10001110 | 110010 | 1000 | 0 | 1000001 | 1011110 | 101100 | 10011 | 1011001 | 11101 |
Color Harmonies of #8E3208
Complementary color
Monochromatic Colors of #8E3208
Black with #8E3208
Text Example
Text Example
White with #8E3208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3208; }
p { color: rgb(142,50,8); }
H1.HeaderClassName
{
color: #8E3208;
}
.AnyTagClassName
{
color: #8E3208;
}
</style>
background-color css
<style>
a { background-color: #8E3208; }
a { background-color: rgb(142,50,8); }
div.DivClassName
{
background-color: #8E3208;
}
.BgClassName
{
background-color: #8E3208;
}
</style>
border-color css
<style>
span { border-color: #8E3208; }
span { border-color: rgb(142,50,8); }
td.TdClassName
{
border-color: #8E3208;
}
.TagClassName
{
border-color: #8E3208;
}
</style>