Shades of Saddle Brown #8C4804
Tints of Saddle Brown #8C4804
RGB
CMYK
RGB Variations
Color information
#8C4804 (or 0x8C4804) is known color: Saddle Brown. HEX triplet: 8C, 48 and 04. RGB value is (140,72,4). Sum of RGB (Red+Green+Blue) = 140+72+4=216 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.81% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4804 is #73B7FB. Grayscale: #545454. Windows color (decimal): -7583740 or 280716. OLE color: 280716.
HSL color Cylindrical-coordinate representation of color #8C4804: hue angle of 30º 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 #8C4804 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 72 | 4 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.45 |
| HSL | 30º | 0.94% | 0.28% | - |
| HSV(B) | 30º | 0.97% | 0.55% | - |
| XYZ | 13.15 | 10.22 | 1.39 | - |
| YUV | 84.58 | 82.53 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 72 | 4 | 0 | 0.49 | 0.97 | 0.45 | 30 | 0.94 | 0.28 |
| Hex | 8C | 48 | 4 | 0 | 31 | 61 | 2D | 1E | 5E | 1C |
| Octal | 214 | 110 | 4 | 0 | 61 | 141 | 55 | 36 | 136 | 34 |
| Binary | 10001100 | 1001000 | 100 | 0 | 110001 | 1100001 | 101101 | 11110 | 1011110 | 11100 |
Color Harmonies of #8C4804
Complementary color
Monochromatic Colors of #8C4804
Black with #8C4804
Text Example
Text Example
White with #8C4804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4804; }
p { color: rgb(140,72,4); }
H1.HeaderClassName
{
color: #8C4804;
}
.AnyTagClassName
{
color: #8C4804;
}
</style>
background-color css
<style>
a { background-color: #8C4804; }
a { background-color: rgb(140,72,4); }
div.DivClassName
{
background-color: #8C4804;
}
.BgClassName
{
background-color: #8C4804;
}
</style>
border-color css
<style>
span { border-color: #8C4804; }
span { border-color: rgb(140,72,4); }
td.TdClassName
{
border-color: #8C4804;
}
.TagClassName
{
border-color: #8C4804;
}
</style>