Shades of Saddle Brown #8E2A02
Tints of Saddle Brown #8E2A02
RGB
CMYK
RGB Variations
Color information
#8E2A02 (or 0x8E2A02) is known color: Saddle Brown. HEX triplet: 8E, 2A and 02. RGB value is (142,42,2). Sum of RGB (Red+Green+Blue) = 142+42+2=186 (24% of max value = 765). Red value is 142 (55.86% from 255 or 76.34% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2A02 is #71D5FD. Grayscale: #434343. Windows color (decimal): -7460350 or 141966. OLE color: 141966.
HSL color Cylindrical-coordinate representation of color #8E2A02: hue angle of 17.14º 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 #8E2A02 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 42 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.44 |
| HSL | 17.14º | 0.97% | 0.28% | - |
| HSV(B) | 17.14º | 0.99% | 0.56% | - |
| XYZ | 11.99 | 7.41 | 0.86 | - |
| YUV | 67.34 | 91.13 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 42 | 2 | 0 | 0.70 | 0.99 | 0.44 | 17.14 | 0.97 | 0.28 |
| Hex | 8E | 2A | 2 | 0 | 46 | 63 | 2C | 11 | 61 | 1C |
| Octal | 216 | 52 | 2 | 0 | 106 | 143 | 54 | 21 | 141 | 34 |
| Binary | 10001110 | 101010 | 10 | 0 | 1000110 | 1100011 | 101100 | 10001 | 1100001 | 11100 |
Color Harmonies of #8E2A02
Complementary color
Monochromatic Colors of #8E2A02
Black with #8E2A02
Text Example
Text Example
White with #8E2A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2A02; }
p { color: rgb(142,42,2); }
H1.HeaderClassName
{
color: #8E2A02;
}
.AnyTagClassName
{
color: #8E2A02;
}
</style>
background-color css
<style>
a { background-color: #8E2A02; }
a { background-color: rgb(142,42,2); }
div.DivClassName
{
background-color: #8E2A02;
}
.BgClassName
{
background-color: #8E2A02;
}
</style>
border-color css
<style>
span { border-color: #8E2A02; }
span { border-color: rgb(142,42,2); }
td.TdClassName
{
border-color: #8E2A02;
}
.TagClassName
{
border-color: #8E2A02;
}
</style>