Shades of Saddle Brown #8E2702
Tints of Saddle Brown #8E2702
RGB
CMYK
RGB Variations
Color information
#8E2702 (or 0x8E2702) is known color: Saddle Brown. HEX triplet: 8E, 27 and 02. RGB value is (142,39,2). Sum of RGB (Red+Green+Blue) = 142+39+2=183 (24% of max value = 765). Red value is 142 (55.86% from 255 or 77.60% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2702 is #71D8FD. Grayscale: #414141. Windows color (decimal): -7461118 or 141198. OLE color: 141198.
HSL color Cylindrical-coordinate representation of color #8E2702: hue angle of 15.86º 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 #8E2702 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 39 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.44 |
| HSL | 15.86º | 0.97% | 0.28% | - |
| HSV(B) | 15.86º | 0.99% | 0.56% | - |
| XYZ | 11.89 | 7.21 | 0.82 | - |
| YUV | 65.58 | 92.12 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 39 | 2 | 0 | 0.73 | 0.99 | 0.44 | 15.86 | 0.97 | 0.28 |
| Hex | 8E | 27 | 2 | 0 | 49 | 63 | 2C | 10 | 61 | 1C |
| Octal | 216 | 47 | 2 | 0 | 111 | 143 | 54 | 20 | 141 | 34 |
| Binary | 10001110 | 100111 | 10 | 0 | 1001001 | 1100011 | 101100 | 10000 | 1100001 | 11100 |
Color Harmonies of #8E2702
Complementary color
Monochromatic Colors of #8E2702
Black with #8E2702
Text Example
Text Example
White with #8E2702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2702; }
p { color: rgb(142,39,2); }
H1.HeaderClassName
{
color: #8E2702;
}
.AnyTagClassName
{
color: #8E2702;
}
</style>
background-color css
<style>
a { background-color: #8E2702; }
a { background-color: rgb(142,39,2); }
div.DivClassName
{
background-color: #8E2702;
}
.BgClassName
{
background-color: #8E2702;
}
</style>
border-color css
<style>
span { border-color: #8E2702; }
span { border-color: rgb(142,39,2); }
td.TdClassName
{
border-color: #8E2702;
}
.TagClassName
{
border-color: #8E2702;
}
</style>