Shades of Saddle Brown #8D5210
Tints of Saddle Brown #8D5210
RGB
CMYK
RGB Variations
Color information
#8D5210 (or 0x8D5210) is known color: Saddle Brown. HEX triplet: 8D, 52 and 10. RGB value is (141,82,16). Sum of RGB (Red+Green+Blue) = 141+82+16=239 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.00% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5210 is #72ADEF. Grayscale: #5C5C5C. Windows color (decimal): -7515632 or 1069709. OLE color: 1069709.
HSL color Cylindrical-coordinate representation of color #8D5210: hue angle of 31.68º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D5210 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 82 | 16 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.45 |
| HSL | 31.68º | 0.8% | 0.31% | - |
| HSV(B) | 31.68º | 0.89% | 0.55% | - |
| XYZ | 14.1 | 11.73 | 2.01 | - |
| YUV | 92.12 | 85.05 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 82 | 16 | 0 | 0.42 | 0.89 | 0.45 | 31.68 | 0.8 | 0.31 |
| Hex | 8D | 52 | 10 | 0 | 2A | 59 | 2D | 20 | 50 | 1F |
| Octal | 215 | 122 | 20 | 0 | 52 | 131 | 55 | 40 | 120 | 37 |
| Binary | 10001101 | 1010010 | 10000 | 0 | 101010 | 1011001 | 101101 | 100000 | 1010000 | 11111 |
Color Harmonies of #8D5210
Complementary color
Monochromatic Colors of #8D5210
Black with #8D5210
Text Example
Text Example
White with #8D5210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5210; }
p { color: rgb(141,82,16); }
H1.HeaderClassName
{
color: #8D5210;
}
.AnyTagClassName
{
color: #8D5210;
}
</style>
background-color css
<style>
a { background-color: #8D5210; }
a { background-color: rgb(141,82,16); }
div.DivClassName
{
background-color: #8D5210;
}
.BgClassName
{
background-color: #8D5210;
}
</style>
border-color css
<style>
span { border-color: #8D5210; }
span { border-color: rgb(141,82,16); }
td.TdClassName
{
border-color: #8D5210;
}
.TagClassName
{
border-color: #8D5210;
}
</style>