Shades of Saddle Brown #8E5402
Tints of Saddle Brown #8E5402
RGB
CMYK
RGB Variations
Color information
#8E5402 (or 0x8E5402) is known color: Saddle Brown. HEX triplet: 8E, 54 and 02. RGB value is (142,84,2). Sum of RGB (Red+Green+Blue) = 142+84+2=228 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.28% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5402 is #71ABFD. Grayscale: #5C5C5C. Windows color (decimal): -7449598 or 152718. OLE color: 152718.
HSL color Cylindrical-coordinate representation of color #8E5402: hue angle of 35.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 #8E5402 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 84 | 2 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.44 |
| HSL | 35.14º | 0.97% | 0.28% | - |
| HSV(B) | 35.14º | 0.99% | 0.56% | - |
| XYZ | 14.34 | 12.1 | 1.64 | - |
| YUV | 91.99 | 77.22 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 84 | 2 | 0 | 0.41 | 0.99 | 0.44 | 35.14 | 0.97 | 0.28 |
| Hex | 8E | 54 | 2 | 0 | 29 | 63 | 2C | 23 | 61 | 1C |
| Octal | 216 | 124 | 2 | 0 | 51 | 143 | 54 | 43 | 141 | 34 |
| Binary | 10001110 | 1010100 | 10 | 0 | 101001 | 1100011 | 101100 | 100011 | 1100001 | 11100 |
Color Harmonies of #8E5402
Complementary color
Monochromatic Colors of #8E5402
Black with #8E5402
Text Example
Text Example
White with #8E5402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5402; }
p { color: rgb(142,84,2); }
H1.HeaderClassName
{
color: #8E5402;
}
.AnyTagClassName
{
color: #8E5402;
}
</style>
background-color css
<style>
a { background-color: #8E5402; }
a { background-color: rgb(142,84,2); }
div.DivClassName
{
background-color: #8E5402;
}
.BgClassName
{
background-color: #8E5402;
}
</style>
border-color css
<style>
span { border-color: #8E5402; }
span { border-color: rgb(142,84,2); }
td.TdClassName
{
border-color: #8E5402;
}
.TagClassName
{
border-color: #8E5402;
}
</style>