Shades of Saddle Brown #8E3000
Tints of Saddle Brown #8E3000
RGB
CMYK
RGB Variations
Color information
#8E3000 (or 0x8E3000) is known color: Saddle Brown. HEX triplet: 8E, 30 and 00. RGB value is (142,48,0). Sum of RGB (Red+Green+Blue) = 142+48+0=190 (25% of max value = 765). Red value is 142 (55.86% from 255 or 74.74% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3000 is #71CFFF. Grayscale: #464646. Windows color (decimal): -7458816 or 12430. OLE color: 12430.
HSL color Cylindrical-coordinate representation of color #8E3000: hue angle of 20.28º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E3000 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 48 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.44 |
| HSL | 20.28º | 1% | 0.28% | - |
| HSV(B) | 20.28º | 1% | 0.56% | - |
| XYZ | 12.21 | 7.86 | 0.87 | - |
| YUV | 70.63 | 88.14 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 48 | 0 | 0 | 0.66 | 1 | 0.44 | 20.28 | 1 | 0.28 |
| Hex | 8E | 30 | 0 | 0 | 42 | 64 | 2C | 14 | 64 | 1C |
| Octal | 216 | 60 | 0 | 0 | 102 | 144 | 54 | 24 | 144 | 34 |
| Binary | 10001110 | 110000 | 0 | 0 | 1000010 | 1100100 | 101100 | 10100 | 1100100 | 11100 |
Color Harmonies of #8E3000
Complementary color
Monochromatic Colors of #8E3000
Black with #8E3000
Text Example
Text Example
White with #8E3000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3000; }
p { color: rgb(142,48,0); }
H1.HeaderClassName
{
color: #8E3000;
}
.AnyTagClassName
{
color: #8E3000;
}
</style>
background-color css
<style>
a { background-color: #8E3000; }
a { background-color: rgb(142,48,0); }
div.DivClassName
{
background-color: #8E3000;
}
.BgClassName
{
background-color: #8E3000;
}
</style>
border-color css
<style>
span { border-color: #8E3000; }
span { border-color: rgb(142,48,0); }
td.TdClassName
{
border-color: #8E3000;
}
.TagClassName
{
border-color: #8E3000;
}
</style>