Shades of Saddle Brown #8C2804
Tints of Saddle Brown #8C2804
RGB
CMYK
RGB Variations
Color information
#8C2804 (or 0x8C2804) is known color: Saddle Brown. HEX triplet: 8C, 28 and 04. RGB value is (140,40,4). Sum of RGB (Red+Green+Blue) = 140+40+4=184 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.09% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2804 is #73D7FB. Grayscale: #424242. Windows color (decimal): -7591932 or 272524. OLE color: 272524.
HSL color Cylindrical-coordinate representation of color #8C2804: hue angle of 15.88º 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 #8C2804 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 40 | 4 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.45 |
| HSL | 15.88º | 0.94% | 0.28% | - |
| HSV(B) | 15.88º | 0.97% | 0.55% | - |
| XYZ | 11.6 | 7.1 | 0.87 | - |
| YUV | 65.8 | 93.13 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 4 | 0 | 0.71 | 0.97 | 0.45 | 15.88 | 0.94 | 0.28 |
| Hex | 8C | 28 | 4 | 0 | 47 | 61 | 2D | 10 | 5E | 1C |
| Octal | 214 | 50 | 4 | 0 | 107 | 141 | 55 | 20 | 136 | 34 |
| Binary | 10001100 | 101000 | 100 | 0 | 1000111 | 1100001 | 101101 | 10000 | 1011110 | 11100 |
Color Harmonies of #8C2804
Complementary color
Monochromatic Colors of #8C2804
Black with #8C2804
Text Example
Text Example
White with #8C2804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2804; }
p { color: rgb(140,40,4); }
H1.HeaderClassName
{
color: #8C2804;
}
.AnyTagClassName
{
color: #8C2804;
}
</style>
background-color css
<style>
a { background-color: #8C2804; }
a { background-color: rgb(140,40,4); }
div.DivClassName
{
background-color: #8C2804;
}
.BgClassName
{
background-color: #8C2804;
}
</style>
border-color css
<style>
span { border-color: #8C2804; }
span { border-color: rgb(140,40,4); }
td.TdClassName
{
border-color: #8C2804;
}
.TagClassName
{
border-color: #8C2804;
}
</style>