Shades of Saddle Brown #8C4410
Tints of Saddle Brown #8C4410
RGB
CMYK
RGB Variations
Color information
#8C4410 (or 0x8C4410) is known color: Saddle Brown. HEX triplet: 8C, 44 and 10. RGB value is (140,68,16). Sum of RGB (Red+Green+Blue) = 140+68+16=224 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.5% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4410 is #73BBEF. Grayscale: #535353. Windows color (decimal): -7584752 or 1066124. OLE color: 1066124.
HSL color Cylindrical-coordinate representation of color #8C4410: hue angle of 25.16º 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 #8C4410 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 68 | 16 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.45 |
| HSL | 25.16º | 0.79% | 0.31% | - |
| HSV(B) | 25.16º | 0.89% | 0.55% | - |
| XYZ | 12.98 | 9.75 | 1.69 | - |
| YUV | 83.6 | 89.85 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 68 | 16 | 0 | 0.51 | 0.89 | 0.45 | 25.16 | 0.79 | 0.31 |
| Hex | 8C | 44 | 10 | 0 | 33 | 59 | 2D | 19 | 4F | 1F |
| Octal | 214 | 104 | 20 | 0 | 63 | 131 | 55 | 31 | 117 | 37 |
| Binary | 10001100 | 1000100 | 10000 | 0 | 110011 | 1011001 | 101101 | 11001 | 1001111 | 11111 |
Color Harmonies of #8C4410
Complementary color
Monochromatic Colors of #8C4410
Black with #8C4410
Text Example
Text Example
White with #8C4410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4410; }
p { color: rgb(140,68,16); }
H1.HeaderClassName
{
color: #8C4410;
}
.AnyTagClassName
{
color: #8C4410;
}
</style>
background-color css
<style>
a { background-color: #8C4410; }
a { background-color: rgb(140,68,16); }
div.DivClassName
{
background-color: #8C4410;
}
.BgClassName
{
background-color: #8C4410;
}
</style>
border-color css
<style>
span { border-color: #8C4410; }
span { border-color: rgb(140,68,16); }
td.TdClassName
{
border-color: #8C4410;
}
.TagClassName
{
border-color: #8C4410;
}
</style>