Shades of Saddle Brown #8C4E10
Tints of Saddle Brown #8C4E10
RGB
CMYK
RGB Variations
Color information
#8C4E10 (or 0x8C4E10) is known color: Saddle Brown. HEX triplet: 8C, 4E and 10. RGB value is (140,78,16). Sum of RGB (Red+Green+Blue) = 140+78+16=234 (30% of max value = 765). Red value is 140 (55.08% from 255 or 59.83% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C4E10 is #73B1EF. Grayscale: #595959. Windows color (decimal): -7582192 or 1068684. OLE color: 1068684.
HSL color Cylindrical-coordinate representation of color #8C4E10: hue angle of 30º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C4E10 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 78 | 16 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.45 |
| HSL | 30º | 0.79% | 0.31% | - |
| HSV(B) | 30º | 0.89% | 0.55% | - |
| XYZ | 13.63 | 11.06 | 1.91 | - |
| YUV | 89.47 | 86.54 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 78 | 16 | 0 | 0.44 | 0.89 | 0.45 | 30 | 0.79 | 0.31 |
| Hex | 8C | 4E | 10 | 0 | 2C | 59 | 2D | 1E | 4F | 1F |
| Octal | 214 | 116 | 20 | 0 | 54 | 131 | 55 | 36 | 117 | 37 |
| Binary | 10001100 | 1001110 | 10000 | 0 | 101100 | 1011001 | 101101 | 11110 | 1001111 | 11111 |
Color Harmonies of #8C4E10
Complementary color
Monochromatic Colors of #8C4E10
Black with #8C4E10
Text Example
Text Example
White with #8C4E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4E10; }
p { color: rgb(140,78,16); }
H1.HeaderClassName
{
color: #8C4E10;
}
.AnyTagClassName
{
color: #8C4E10;
}
</style>
background-color css
<style>
a { background-color: #8C4E10; }
a { background-color: rgb(140,78,16); }
div.DivClassName
{
background-color: #8C4E10;
}
.BgClassName
{
background-color: #8C4E10;
}
</style>
border-color css
<style>
span { border-color: #8C4E10; }
span { border-color: rgb(140,78,16); }
td.TdClassName
{
border-color: #8C4E10;
}
.TagClassName
{
border-color: #8C4E10;
}
</style>