Shades of Saddle Brown #8C4E08
Tints of Saddle Brown #8C4E08
RGB
CMYK
RGB Variations
Color information
#8C4E08 (or 0x8C4E08) is known color: Saddle Brown. HEX triplet: 8C, 4E and 08. RGB value is (140,78,8). Sum of RGB (Red+Green+Blue) = 140+78+8=226 (29% of max value = 765). Red value is 140 (55.08% from 255 or 61.95% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C4E08 is #73B1F7. Grayscale: #585858. Windows color (decimal): -7582200 or 544396. OLE color: 544396.
HSL color Cylindrical-coordinate representation of color #8C4E08: hue angle of 31.82º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C4E08 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 78 | 8 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.45 |
| HSL | 31.82º | 0.89% | 0.29% | - |
| HSV(B) | 31.82º | 0.94% | 0.55% | - |
| XYZ | 13.58 | 11.04 | 1.65 | - |
| YUV | 88.56 | 82.54 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 78 | 8 | 0 | 0.44 | 0.94 | 0.45 | 31.82 | 0.89 | 0.29 |
| Hex | 8C | 4E | 8 | 0 | 2C | 5E | 2D | 20 | 59 | 1D |
| Octal | 214 | 116 | 10 | 0 | 54 | 136 | 55 | 40 | 131 | 35 |
| Binary | 10001100 | 1001110 | 1000 | 0 | 101100 | 1011110 | 101101 | 100000 | 1011001 | 11101 |
Color Harmonies of #8C4E08
Complementary color
Monochromatic Colors of #8C4E08
Black with #8C4E08
Text Example
Text Example
White with #8C4E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4E08; }
p { color: rgb(140,78,8); }
H1.HeaderClassName
{
color: #8C4E08;
}
.AnyTagClassName
{
color: #8C4E08;
}
</style>
background-color css
<style>
a { background-color: #8C4E08; }
a { background-color: rgb(140,78,8); }
div.DivClassName
{
background-color: #8C4E08;
}
.BgClassName
{
background-color: #8C4E08;
}
</style>
border-color css
<style>
span { border-color: #8C4E08; }
span { border-color: rgb(140,78,8); }
td.TdClassName
{
border-color: #8C4E08;
}
.TagClassName
{
border-color: #8C4E08;
}
</style>