Shades of Saddle Brown #8C5014
Tints of Saddle Brown #8C5014
RGB
CMYK
RGB Variations
Color information
#8C5014 (or 0x8C5014) is known color: Saddle Brown. HEX triplet: 8C, 50 and 14. RGB value is (140,80,20). Sum of RGB (Red+Green+Blue) = 140+80+20=240 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.33% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5014 is #73AFEB. Grayscale: #5B5B5B. Windows color (decimal): -7581676 or 1331340. OLE color: 1331340.
HSL color Cylindrical-coordinate representation of color #8C5014: hue angle of 30º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C5014 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 80 | 20 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.45 |
| HSL | 30º | 0.75% | 0.31% | - |
| HSV(B) | 30º | 0.86% | 0.55% | - |
| XYZ | 13.81 | 11.36 | 2.13 | - |
| YUV | 91.1 | 87.88 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 80 | 20 | 0 | 0.43 | 0.86 | 0.45 | 30 | 0.75 | 0.31 |
| Hex | 8C | 50 | 14 | 0 | 2B | 56 | 2D | 1E | 4B | 1F |
| Octal | 214 | 120 | 24 | 0 | 53 | 126 | 55 | 36 | 113 | 37 |
| Binary | 10001100 | 1010000 | 10100 | 0 | 101011 | 1010110 | 101101 | 11110 | 1001011 | 11111 |
Color Harmonies of #8C5014
Complementary color
Monochromatic Colors of #8C5014
Black with #8C5014
Text Example
Text Example
White with #8C5014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5014; }
p { color: rgb(140,80,20); }
H1.HeaderClassName
{
color: #8C5014;
}
.AnyTagClassName
{
color: #8C5014;
}
</style>
background-color css
<style>
a { background-color: #8C5014; }
a { background-color: rgb(140,80,20); }
div.DivClassName
{
background-color: #8C5014;
}
.BgClassName
{
background-color: #8C5014;
}
</style>
border-color css
<style>
span { border-color: #8C5014; }
span { border-color: rgb(140,80,20); }
td.TdClassName
{
border-color: #8C5014;
}
.TagClassName
{
border-color: #8C5014;
}
</style>