Shades of Saddle Brown #895210
Tints of Saddle Brown #895210
RGB
CMYK
RGB Variations
Color information
#895210 (or 0x895210) is known color: Saddle Brown. HEX triplet: 89, 52 and 10. RGB value is (137,82,16). Sum of RGB (Red+Green+Blue) = 137+82+16=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #895210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895210 is #76ADEF. Grayscale: #5B5B5B. Windows color (decimal): -7777776 or 1069705. OLE color: 1069705.
HSL color Cylindrical-coordinate representation of color #895210: hue angle of 32.73º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #895210 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 82 | 16 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.46 |
| HSL | 32.73º | 0.79% | 0.3% | - |
| HSV(B) | 32.73º | 0.88% | 0.54% | - |
| XYZ | 13.43 | 11.39 | 1.98 | - |
| YUV | 90.92 | 85.72 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 16 | 0 | 0.40 | 0.88 | 0.46 | 32.73 | 0.79 | 0.3 |
| Hex | 89 | 52 | 10 | 0 | 28 | 58 | 2E | 21 | 4F | 1E |
| Octal | 211 | 122 | 20 | 0 | 50 | 130 | 56 | 41 | 117 | 36 |
| Binary | 10001001 | 1010010 | 10000 | 0 | 101000 | 1011000 | 101110 | 100001 | 1001111 | 11110 |
Color Harmonies of #895210
Complementary color
Monochromatic Colors of #895210
Black with #895210
Text Example
Text Example
White with #895210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895210; }
p { color: rgb(137,82,16); }
H1.HeaderClassName
{
color: #895210;
}
.AnyTagClassName
{
color: #895210;
}
</style>
background-color css
<style>
a { background-color: #895210; }
a { background-color: rgb(137,82,16); }
div.DivClassName
{
background-color: #895210;
}
.BgClassName
{
background-color: #895210;
}
</style>
border-color css
<style>
span { border-color: #895210; }
span { border-color: rgb(137,82,16); }
td.TdClassName
{
border-color: #895210;
}
.TagClassName
{
border-color: #895210;
}
</style>