Shades of Saddle Brown #8C5504
Tints of Saddle Brown #8C5504
RGB
CMYK
RGB Variations
Color information
#8C5504 (or 0x8C5504) is known color: Saddle Brown. HEX triplet: 8C, 55 and 04. RGB value is (140,85,4). Sum of RGB (Red+Green+Blue) = 140+85+4=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5504 is #73AAFB. Grayscale: #5C5C5C. Windows color (decimal): -7580412 or 284044. OLE color: 284044.
HSL color Cylindrical-coordinate representation of color #8C5504: hue angle of 35.74º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C5504 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 4 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.45 |
| HSL | 35.74º | 0.94% | 0.28% | - |
| HSV(B) | 35.74º | 0.97% | 0.55% | - |
| XYZ | 14.09 | 12.08 | 1.7 | - |
| YUV | 92.21 | 78.22 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 4 | 0 | 0.39 | 0.97 | 0.45 | 35.74 | 0.94 | 0.28 |
| Hex | 8C | 55 | 4 | 0 | 27 | 61 | 2D | 24 | 5E | 1C |
| Octal | 214 | 125 | 4 | 0 | 47 | 141 | 55 | 44 | 136 | 34 |
| Binary | 10001100 | 1010101 | 100 | 0 | 100111 | 1100001 | 101101 | 100100 | 1011110 | 11100 |
Color Harmonies of #8C5504
Complementary color
Monochromatic Colors of #8C5504
Black with #8C5504
Text Example
Text Example
White with #8C5504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5504; }
p { color: rgb(140,85,4); }
H1.HeaderClassName
{
color: #8C5504;
}
.AnyTagClassName
{
color: #8C5504;
}
</style>
background-color css
<style>
a { background-color: #8C5504; }
a { background-color: rgb(140,85,4); }
div.DivClassName
{
background-color: #8C5504;
}
.BgClassName
{
background-color: #8C5504;
}
</style>
border-color css
<style>
span { border-color: #8C5504; }
span { border-color: rgb(140,85,4); }
td.TdClassName
{
border-color: #8C5504;
}
.TagClassName
{
border-color: #8C5504;
}
</style>