Shades of Saddle Brown #8C5204
Tints of Saddle Brown #8C5204
RGB
CMYK
RGB Variations
Color information
#8C5204 (or 0x8C5204) is known color: Saddle Brown. HEX triplet: 8C, 52 and 04. RGB value is (140,82,4). Sum of RGB (Red+Green+Blue) = 140+82+4=226 (29% of max value = 765). Red value is 140 (55.08% from 255 or 61.95% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5204 is #73ADFB. Grayscale: #5A5A5A. Windows color (decimal): -7581180 or 283276. OLE color: 283276.
HSL color Cylindrical-coordinate representation of color #8C5204: hue angle of 34.41º 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 #8C5204 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 82 | 4 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.45 |
| HSL | 34.41º | 0.94% | 0.28% | - |
| HSV(B) | 34.41º | 0.97% | 0.55% | - |
| XYZ | 13.85 | 11.62 | 1.63 | - |
| YUV | 90.45 | 79.22 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 4 | 0 | 0.41 | 0.97 | 0.45 | 34.41 | 0.94 | 0.28 |
| Hex | 8C | 52 | 4 | 0 | 29 | 61 | 2D | 22 | 5E | 1C |
| Octal | 214 | 122 | 4 | 0 | 51 | 141 | 55 | 42 | 136 | 34 |
| Binary | 10001100 | 1010010 | 100 | 0 | 101001 | 1100001 | 101101 | 100010 | 1011110 | 11100 |
Color Harmonies of #8C5204
Complementary color
Monochromatic Colors of #8C5204
Black with #8C5204
Text Example
Text Example
White with #8C5204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5204; }
p { color: rgb(140,82,4); }
H1.HeaderClassName
{
color: #8C5204;
}
.AnyTagClassName
{
color: #8C5204;
}
</style>
background-color css
<style>
a { background-color: #8C5204; }
a { background-color: rgb(140,82,4); }
div.DivClassName
{
background-color: #8C5204;
}
.BgClassName
{
background-color: #8C5204;
}
</style>
border-color css
<style>
span { border-color: #8C5204; }
span { border-color: rgb(140,82,4); }
td.TdClassName
{
border-color: #8C5204;
}
.TagClassName
{
border-color: #8C5204;
}
</style>