Shades of Saddle Brown #8E3C01
Tints of Saddle Brown #8E3C01
RGB
CMYK
RGB Variations
Color information
#8E3C01 (or 0x8E3C01) is known color: Saddle Brown. HEX triplet: 8E, 3C and 01. RGB value is (142,60,1). Sum of RGB (Red+Green+Blue) = 142+60+1=203 (26% of max value = 765). Red value is 142 (55.86% from 255 or 69.95% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3C01 is #71C3FE. Grayscale: #4E4E4E. Windows color (decimal): -7455743 or 81038. OLE color: 81038.
HSL color Cylindrical-coordinate representation of color #8E3C01: hue angle of 25.11º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E3C01 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 60 | 1 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.44 |
| HSL | 25.11º | 0.99% | 0.28% | - |
| HSV(B) | 25.11º | 0.99% | 0.56% | - |
| XYZ | 12.78 | 8.98 | 1.09 | - |
| YUV | 77.79 | 84.67 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 60 | 1 | 0 | 0.58 | 0.99 | 0.44 | 25.11 | 0.99 | 0.28 |
| Hex | 8E | 3C | 1 | 0 | 3A | 63 | 2C | 19 | 63 | 1C |
| Octal | 216 | 74 | 1 | 0 | 72 | 143 | 54 | 31 | 143 | 34 |
| Binary | 10001110 | 111100 | 1 | 0 | 111010 | 1100011 | 101100 | 11001 | 1100011 | 11100 |
Color Harmonies of #8E3C01
Complementary color
Monochromatic Colors of #8E3C01
Black with #8E3C01
Text Example
Text Example
White with #8E3C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3C01; }
p { color: rgb(142,60,1); }
H1.HeaderClassName
{
color: #8E3C01;
}
.AnyTagClassName
{
color: #8E3C01;
}
</style>
background-color css
<style>
a { background-color: #8E3C01; }
a { background-color: rgb(142,60,1); }
div.DivClassName
{
background-color: #8E3C01;
}
.BgClassName
{
background-color: #8E3C01;
}
</style>
border-color css
<style>
span { border-color: #8E3C01; }
span { border-color: rgb(142,60,1); }
td.TdClassName
{
border-color: #8E3C01;
}
.TagClassName
{
border-color: #8E3C01;
}
</style>