Shades of Saddle Brown #8E3A18
Tints of Saddle Brown #8E3A18
RGB
CMYK
RGB Variations
Color information
#8E3A18 (or 0x8E3A18) is known color: Saddle Brown. HEX triplet: 8E, 3A and 18. RGB value is (142,58,24). Sum of RGB (Red+Green+Blue) = 142+58+24=224 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.39% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3A18 is #71C5E7. Grayscale: #4F4F4F. Windows color (decimal): -7456232 or 1587854. OLE color: 1587854.
HSL color Cylindrical-coordinate representation of color #8E3A18: hue angle of 17.29º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E3A18 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 58 | 24 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.44 |
| HSL | 17.29º | 0.71% | 0.33% | - |
| HSV(B) | 17.29º | 0.83% | 0.56% | - |
| XYZ | 12.83 | 8.84 | 1.89 | - |
| YUV | 79.24 | 96.83 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 58 | 24 | 0 | 0.59 | 0.83 | 0.44 | 17.29 | 0.71 | 0.33 |
| Hex | 8E | 3A | 18 | 0 | 3B | 53 | 2C | 11 | 47 | 21 |
| Octal | 216 | 72 | 30 | 0 | 73 | 123 | 54 | 21 | 107 | 41 |
| Binary | 10001110 | 111010 | 11000 | 0 | 111011 | 1010011 | 101100 | 10001 | 1000111 | 100001 |
Color Harmonies of #8E3A18
Complementary color
Monochromatic Colors of #8E3A18
Black with #8E3A18
Text Example
Text Example
White with #8E3A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3A18; }
p { color: rgb(142,58,24); }
H1.HeaderClassName
{
color: #8E3A18;
}
.AnyTagClassName
{
color: #8E3A18;
}
</style>
background-color css
<style>
a { background-color: #8E3A18; }
a { background-color: rgb(142,58,24); }
div.DivClassName
{
background-color: #8E3A18;
}
.BgClassName
{
background-color: #8E3A18;
}
</style>
border-color css
<style>
span { border-color: #8E3A18; }
span { border-color: rgb(142,58,24); }
td.TdClassName
{
border-color: #8E3A18;
}
.TagClassName
{
border-color: #8E3A18;
}
</style>