Shades of Saddle Brown #8E3E02
Tints of Saddle Brown #8E3E02
RGB
CMYK
RGB Variations
Color information
#8E3E02 (or 0x8E3E02) is known color: Saddle Brown. HEX triplet: 8E, 3E and 02. RGB value is (142,62,2). Sum of RGB (Red+Green+Blue) = 142+62+2=206 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.93% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3E02 is #71C1FD. Grayscale: #4F4F4F. Windows color (decimal): -7455230 or 147086. OLE color: 147086.
HSL color Cylindrical-coordinate representation of color #8E3E02: hue angle of 25.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 #8E3E02 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 62 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.44 |
| HSL | 25.71º | 0.97% | 0.28% | - |
| HSV(B) | 25.71º | 0.99% | 0.56% | - |
| XYZ | 12.89 | 9.2 | 1.15 | - |
| YUV | 79.08 | 84.5 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 62 | 2 | 0 | 0.56 | 0.99 | 0.44 | 25.71 | 0.97 | 0.28 |
| Hex | 8E | 3E | 2 | 0 | 38 | 63 | 2C | 1A | 61 | 1C |
| Octal | 216 | 76 | 2 | 0 | 70 | 143 | 54 | 32 | 141 | 34 |
| Binary | 10001110 | 111110 | 10 | 0 | 111000 | 1100011 | 101100 | 11010 | 1100001 | 11100 |
Color Harmonies of #8E3E02
Complementary color
Monochromatic Colors of #8E3E02
Black with #8E3E02
Text Example
Text Example
White with #8E3E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3E02; }
p { color: rgb(142,62,2); }
H1.HeaderClassName
{
color: #8E3E02;
}
.AnyTagClassName
{
color: #8E3E02;
}
</style>
background-color css
<style>
a { background-color: #8E3E02; }
a { background-color: rgb(142,62,2); }
div.DivClassName
{
background-color: #8E3E02;
}
.BgClassName
{
background-color: #8E3E02;
}
</style>
border-color css
<style>
span { border-color: #8E3E02; }
span { border-color: rgb(142,62,2); }
td.TdClassName
{
border-color: #8E3E02;
}
.TagClassName
{
border-color: #8E3E02;
}
</style>