Shades of Saddle Brown #895010
Tints of Saddle Brown #895010
RGB
CMYK
RGB Variations
Color information
#895010 (or 0x895010) is known color: Saddle Brown. HEX triplet: 89, 50 and 10. RGB value is (137,80,16). Sum of RGB (Red+Green+Blue) = 137+80+16=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #895010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895010 is #76AFEF. Grayscale: #5A5A5A. Windows color (decimal): -7778288 or 1069193. OLE color: 1069193.
HSL color Cylindrical-coordinate representation of color #895010: hue angle of 31.74º 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 #895010 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 80 | 16 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.46 |
| HSL | 31.74º | 0.79% | 0.3% | - |
| HSV(B) | 31.74º | 0.88% | 0.54% | - |
| XYZ | 13.28 | 11.09 | 1.93 | - |
| YUV | 89.75 | 86.38 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 80 | 16 | 0 | 0.42 | 0.88 | 0.46 | 31.74 | 0.79 | 0.3 |
| Hex | 89 | 50 | 10 | 0 | 2A | 58 | 2E | 20 | 4F | 1E |
| Octal | 211 | 120 | 20 | 0 | 52 | 130 | 56 | 40 | 117 | 36 |
| Binary | 10001001 | 1010000 | 10000 | 0 | 101010 | 1011000 | 101110 | 100000 | 1001111 | 11110 |
Color Harmonies of #895010
Complementary color
Monochromatic Colors of #895010
Black with #895010
Text Example
Text Example
White with #895010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895010; }
p { color: rgb(137,80,16); }
H1.HeaderClassName
{
color: #895010;
}
.AnyTagClassName
{
color: #895010;
}
</style>
background-color css
<style>
a { background-color: #895010; }
a { background-color: rgb(137,80,16); }
div.DivClassName
{
background-color: #895010;
}
.BgClassName
{
background-color: #895010;
}
</style>
border-color css
<style>
span { border-color: #895010; }
span { border-color: rgb(137,80,16); }
td.TdClassName
{
border-color: #895010;
}
.TagClassName
{
border-color: #895010;
}
</style>