Shades of Saddle Brown #8C5000
Tints of Saddle Brown #8C5000
RGB
CMYK
RGB Variations
Color information
#8C5000 (or 0x8C5000) is known color: Saddle Brown. HEX triplet: 8C, 50 and 00. RGB value is (140,80,0). Sum of RGB (Red+Green+Blue) = 140+80+0=220 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.64% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5000 is #73AFFF. Grayscale: #595959. Windows color (decimal): -7581696 or 20620. OLE color: 20620.
HSL color Cylindrical-coordinate representation of color #8C5000: hue angle of 34.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C5000 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 80 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.45 |
| HSL | 34.29º | 1% | 0.27% | - |
| HSV(B) | 34.29º | 1% | 0.55% | - |
| XYZ | 13.68 | 11.31 | 1.46 | - |
| YUV | 88.82 | 77.88 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 80 | 0 | 0 | 0.43 | 1 | 0.45 | 34.29 | 1 | 0.27 |
| Hex | 8C | 50 | 0 | 0 | 2B | 64 | 2D | 22 | 64 | 1B |
| Octal | 214 | 120 | 0 | 0 | 53 | 144 | 55 | 42 | 144 | 33 |
| Binary | 10001100 | 1010000 | 0 | 0 | 101011 | 1100100 | 101101 | 100010 | 1100100 | 11011 |
Color Harmonies of #8C5000
Complementary color
Monochromatic Colors of #8C5000
Black with #8C5000
Text Example
Text Example
White with #8C5000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5000; }
p { color: rgb(140,80,0); }
H1.HeaderClassName
{
color: #8C5000;
}
.AnyTagClassName
{
color: #8C5000;
}
</style>
background-color css
<style>
a { background-color: #8C5000; }
a { background-color: rgb(140,80,0); }
div.DivClassName
{
background-color: #8C5000;
}
.BgClassName
{
background-color: #8C5000;
}
</style>
border-color css
<style>
span { border-color: #8C5000; }
span { border-color: rgb(140,80,0); }
td.TdClassName
{
border-color: #8C5000;
}
.TagClassName
{
border-color: #8C5000;
}
</style>