Shades of Saddle Brown #8C5218
Tints of Saddle Brown #8C5218
RGB
CMYK
RGB Variations
Color information
#8C5218 (or 0x8C5218) is known color: Saddle Brown. HEX triplet: 8C, 52 and 18. RGB value is (140,82,24). Sum of RGB (Red+Green+Blue) = 140+82+24=246 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.91% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5218 is #73ADE7. Grayscale: #5D5D5D. Windows color (decimal): -7581160 or 1593996. OLE color: 1593996.
HSL color Cylindrical-coordinate representation of color #8C5218: hue angle of 30º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C5218 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 82 | 24 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.45 |
| HSL | 30º | 0.71% | 0.32% | - |
| HSV(B) | 30º | 0.83% | 0.55% | - |
| XYZ | 14 | 11.68 | 2.38 | - |
| YUV | 92.73 | 89.22 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 24 | 0 | 0.41 | 0.83 | 0.45 | 30 | 0.71 | 0.32 |
| Hex | 8C | 52 | 18 | 0 | 29 | 53 | 2D | 1E | 47 | 20 |
| Octal | 214 | 122 | 30 | 0 | 51 | 123 | 55 | 36 | 107 | 40 |
| Binary | 10001100 | 1010010 | 11000 | 0 | 101001 | 1010011 | 101101 | 11110 | 1000111 | 100000 |
Color Harmonies of #8C5218
Complementary color
Monochromatic Colors of #8C5218
Black with #8C5218
Text Example
Text Example
White with #8C5218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5218; }
p { color: rgb(140,82,24); }
H1.HeaderClassName
{
color: #8C5218;
}
.AnyTagClassName
{
color: #8C5218;
}
</style>
background-color css
<style>
a { background-color: #8C5218; }
a { background-color: rgb(140,82,24); }
div.DivClassName
{
background-color: #8C5218;
}
.BgClassName
{
background-color: #8C5218;
}
</style>
border-color css
<style>
span { border-color: #8C5218; }
span { border-color: rgb(140,82,24); }
td.TdClassName
{
border-color: #8C5218;
}
.TagClassName
{
border-color: #8C5218;
}
</style>