Shades of Saddle Brown #8E3002
Tints of Saddle Brown #8E3002
RGB
CMYK
RGB Variations
Color information
#8E3002 (or 0x8E3002) is known color: Saddle Brown. HEX triplet: 8E, 30 and 02. RGB value is (142,48,2). Sum of RGB (Red+Green+Blue) = 142+48+2=192 (25% of max value = 765). Red value is 142 (55.86% from 255 or 73.96% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3002 is #71CFFD. Grayscale: #474747. Windows color (decimal): -7458814 or 143502. OLE color: 143502.
HSL color Cylindrical-coordinate representation of color #8E3002: hue angle of 19.71º degrees, saturation: 0.97, 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 #8E3002 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 48 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.44 |
| HSL | 19.71º | 0.97% | 0.28% | - |
| HSV(B) | 19.71º | 0.99% | 0.56% | - |
| XYZ | 12.22 | 7.87 | 0.93 | - |
| YUV | 70.86 | 89.14 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 48 | 2 | 0 | 0.66 | 0.99 | 0.44 | 19.71 | 0.97 | 0.28 |
| Hex | 8E | 30 | 2 | 0 | 42 | 63 | 2C | 14 | 61 | 1C |
| Octal | 216 | 60 | 2 | 0 | 102 | 143 | 54 | 24 | 141 | 34 |
| Binary | 10001110 | 110000 | 10 | 0 | 1000010 | 1100011 | 101100 | 10100 | 1100001 | 11100 |
Color Harmonies of #8E3002
Complementary color
Monochromatic Colors of #8E3002
Black with #8E3002
Text Example
Text Example
White with #8E3002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3002; }
p { color: rgb(142,48,2); }
H1.HeaderClassName
{
color: #8E3002;
}
.AnyTagClassName
{
color: #8E3002;
}
</style>
background-color css
<style>
a { background-color: #8E3002; }
a { background-color: rgb(142,48,2); }
div.DivClassName
{
background-color: #8E3002;
}
.BgClassName
{
background-color: #8E3002;
}
</style>
border-color css
<style>
span { border-color: #8E3002; }
span { border-color: rgb(142,48,2); }
td.TdClassName
{
border-color: #8E3002;
}
.TagClassName
{
border-color: #8E3002;
}
</style>