Shades of Saddle Brown #8E4A02
Tints of Saddle Brown #8E4A02
RGB
CMYK
RGB Variations
Color information
#8E4A02 (or 0x8E4A02) is known color: Saddle Brown. HEX triplet: 8E, 4A and 02. RGB value is (142,74,2). Sum of RGB (Red+Green+Blue) = 142+74+2=218 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.14% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E4A02 is #71B5FD. Grayscale: #565656. Windows color (decimal): -7452158 or 150158. OLE color: 150158.
HSL color Cylindrical-coordinate representation of color #8E4A02: hue angle of 30.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 #8E4A02 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 74 | 2 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.44 |
| HSL | 30.86º | 0.97% | 0.28% | - |
| HSV(B) | 30.86º | 0.99% | 0.56% | - |
| XYZ | 13.62 | 10.65 | 1.4 | - |
| YUV | 86.12 | 80.53 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 74 | 2 | 0 | 0.48 | 0.99 | 0.44 | 30.86 | 0.97 | 0.28 |
| Hex | 8E | 4A | 2 | 0 | 30 | 63 | 2C | 1F | 61 | 1C |
| Octal | 216 | 112 | 2 | 0 | 60 | 143 | 54 | 37 | 141 | 34 |
| Binary | 10001110 | 1001010 | 10 | 0 | 110000 | 1100011 | 101100 | 11111 | 1100001 | 11100 |
Color Harmonies of #8E4A02
Complementary color
Monochromatic Colors of #8E4A02
Black with #8E4A02
Text Example
Text Example
White with #8E4A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4A02; }
p { color: rgb(142,74,2); }
H1.HeaderClassName
{
color: #8E4A02;
}
.AnyTagClassName
{
color: #8E4A02;
}
</style>
background-color css
<style>
a { background-color: #8E4A02; }
a { background-color: rgb(142,74,2); }
div.DivClassName
{
background-color: #8E4A02;
}
.BgClassName
{
background-color: #8E4A02;
}
</style>
border-color css
<style>
span { border-color: #8E4A02; }
span { border-color: rgb(142,74,2); }
td.TdClassName
{
border-color: #8E4A02;
}
.TagClassName
{
border-color: #8E4A02;
}
</style>