Shades of Saddle Brown #8E3C09
Tints of Saddle Brown #8E3C09
RGB
CMYK
RGB Variations
Color information
#8E3C09 (or 0x8E3C09) is known color: Saddle Brown. HEX triplet: 8E, 3C and 09. RGB value is (142,60,9). Sum of RGB (Red+Green+Blue) = 142+60+9=211 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.30% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3C09 is #71C3F6. Grayscale: #4E4E4E. Windows color (decimal): -7455735 or 605326. OLE color: 605326.
HSL color Cylindrical-coordinate representation of color #8E3C09: hue angle of 23.01º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E3C09 is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 60 | 9 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.44 |
| HSL | 23.01º | 0.88% | 0.3% | - |
| HSV(B) | 23.01º | 0.94% | 0.56% | - |
| XYZ | 12.82 | 9 | 1.32 | - |
| YUV | 78.7 | 88.67 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 60 | 9 | 0 | 0.58 | 0.94 | 0.44 | 23.01 | 0.88 | 0.3 |
| Hex | 8E | 3C | 9 | 0 | 3A | 5E | 2C | 17 | 58 | 1E |
| Octal | 216 | 74 | 11 | 0 | 72 | 136 | 54 | 27 | 130 | 36 |
| Binary | 10001110 | 111100 | 1001 | 0 | 111010 | 1011110 | 101100 | 10111 | 1011000 | 11110 |
Color Harmonies of #8E3C09
Complementary color
Monochromatic Colors of #8E3C09
Black with #8E3C09
Text Example
Text Example
White with #8E3C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3C09; }
p { color: rgb(142,60,9); }
H1.HeaderClassName
{
color: #8E3C09;
}
.AnyTagClassName
{
color: #8E3C09;
}
</style>
background-color css
<style>
a { background-color: #8E3C09; }
a { background-color: rgb(142,60,9); }
div.DivClassName
{
background-color: #8E3C09;
}
.BgClassName
{
background-color: #8E3C09;
}
</style>
border-color css
<style>
span { border-color: #8E3C09; }
span { border-color: rgb(142,60,9); }
td.TdClassName
{
border-color: #8E3C09;
}
.TagClassName
{
border-color: #8E3C09;
}
</style>