Shades of Saddle Brown #8C5506
Tints of Saddle Brown #8C5506
RGB
CMYK
RGB Variations
Color information
#8C5506 (or 0x8C5506) is known color: Saddle Brown. HEX triplet: 8C, 55 and 06. RGB value is (140,85,6). Sum of RGB (Red+Green+Blue) = 140+85+6=231 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.61% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5506 is #73AAF9. Grayscale: #5C5C5C. Windows color (decimal): -7580410 or 415116. OLE color: 415116.
HSL color Cylindrical-coordinate representation of color #8C5506: hue angle of 35.37º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C5506 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 6 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.45 |
| HSL | 35.37º | 0.92% | 0.29% | - |
| HSV(B) | 35.37º | 0.96% | 0.55% | - |
| XYZ | 14.1 | 12.09 | 1.76 | - |
| YUV | 92.44 | 79.22 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 6 | 0 | 0.39 | 0.96 | 0.45 | 35.37 | 0.92 | 0.29 |
| Hex | 8C | 55 | 6 | 0 | 27 | 60 | 2D | 23 | 5C | 1D |
| Octal | 214 | 125 | 6 | 0 | 47 | 140 | 55 | 43 | 134 | 35 |
| Binary | 10001100 | 1010101 | 110 | 0 | 100111 | 1100000 | 101101 | 100011 | 1011100 | 11101 |
Color Harmonies of #8C5506
Complementary color
Monochromatic Colors of #8C5506
Black with #8C5506
Text Example
Text Example
White with #8C5506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5506; }
p { color: rgb(140,85,6); }
H1.HeaderClassName
{
color: #8C5506;
}
.AnyTagClassName
{
color: #8C5506;
}
</style>
background-color css
<style>
a { background-color: #8C5506; }
a { background-color: rgb(140,85,6); }
div.DivClassName
{
background-color: #8C5506;
}
.BgClassName
{
background-color: #8C5506;
}
</style>
border-color css
<style>
span { border-color: #8C5506; }
span { border-color: rgb(140,85,6); }
td.TdClassName
{
border-color: #8C5506;
}
.TagClassName
{
border-color: #8C5506;
}
</style>