Shades of Saddle Brown #8E400F
Tints of Saddle Brown #8E400F
RGB
CMYK
RGB Variations
Color information
#8E400F (or 0x8E400F) is known color: Saddle Brown. HEX triplet: 8E, 40 and 0F. RGB value is (142,64,15). Sum of RGB (Red+Green+Blue) = 142+64+15=221 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.25% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 142 - color contains mainly: red. Hex color #8E400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E400F is #71BFF0. Grayscale: #525252. Windows color (decimal): -7454705 or 999566. OLE color: 999566.
HSL color Cylindrical-coordinate representation of color #8E400F: hue angle of 23.15º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E400F is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 64 | 15 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.44 |
| HSL | 23.15º | 0.81% | 0.31% | - |
| HSV(B) | 23.15º | 0.89% | 0.56% | - |
| XYZ | 13.07 | 9.45 | 1.59 | - |
| YUV | 81.74 | 90.34 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 64 | 15 | 0 | 0.55 | 0.89 | 0.44 | 23.15 | 0.81 | 0.31 |
| Hex | 8E | 40 | F | 0 | 37 | 59 | 2C | 17 | 51 | 1F |
| Octal | 216 | 100 | 17 | 0 | 67 | 131 | 54 | 27 | 121 | 37 |
| Binary | 10001110 | 1000000 | 1111 | 0 | 110111 | 1011001 | 101100 | 10111 | 1010001 | 11111 |
Color Harmonies of #8E400F
Complementary color
Monochromatic Colors of #8E400F
Black with #8E400F
Text Example
Text Example
White with #8E400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E400F; }
p { color: rgb(142,64,15); }
H1.HeaderClassName
{
color: #8E400F;
}
.AnyTagClassName
{
color: #8E400F;
}
</style>
background-color css
<style>
a { background-color: #8E400F; }
a { background-color: rgb(142,64,15); }
div.DivClassName
{
background-color: #8E400F;
}
.BgClassName
{
background-color: #8E400F;
}
</style>
border-color css
<style>
span { border-color: #8E400F; }
span { border-color: rgb(142,64,15); }
td.TdClassName
{
border-color: #8E400F;
}
.TagClassName
{
border-color: #8E400F;
}
</style>