Shades of Saddle Brown #8C4110
Tints of Saddle Brown #8C4110
RGB
CMYK
RGB Variations
Color information
#8C4110 (or 0x8C4110) is known color: Saddle Brown. HEX triplet: 8C, 41 and 10. RGB value is (140,65,16). Sum of RGB (Red+Green+Blue) = 140+65+16=221 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.35% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4110 is #73BEEF. Grayscale: #525252. Windows color (decimal): -7585520 or 1065356. OLE color: 1065356.
HSL color Cylindrical-coordinate representation of color #8C4110: hue angle of 23.71º 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 #8C4110 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 65 | 16 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.45 |
| HSL | 23.71º | 0.79% | 0.31% | - |
| HSV(B) | 23.71º | 0.89% | 0.55% | - |
| XYZ | 12.8 | 9.39 | 1.63 | - |
| YUV | 81.84 | 90.85 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 16 | 0 | 0.54 | 0.89 | 0.45 | 23.71 | 0.79 | 0.31 |
| Hex | 8C | 41 | 10 | 0 | 36 | 59 | 2D | 18 | 4F | 1F |
| Octal | 214 | 101 | 20 | 0 | 66 | 131 | 55 | 30 | 117 | 37 |
| Binary | 10001100 | 1000001 | 10000 | 0 | 110110 | 1011001 | 101101 | 11000 | 1001111 | 11111 |
Color Harmonies of #8C4110
Complementary color
Monochromatic Colors of #8C4110
Black with #8C4110
Text Example
Text Example
White with #8C4110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4110; }
p { color: rgb(140,65,16); }
H1.HeaderClassName
{
color: #8C4110;
}
.AnyTagClassName
{
color: #8C4110;
}
</style>
background-color css
<style>
a { background-color: #8C4110; }
a { background-color: rgb(140,65,16); }
div.DivClassName
{
background-color: #8C4110;
}
.BgClassName
{
background-color: #8C4110;
}
</style>
border-color css
<style>
span { border-color: #8C4110; }
span { border-color: rgb(140,65,16); }
td.TdClassName
{
border-color: #8C4110;
}
.TagClassName
{
border-color: #8C4110;
}
</style>