Shades of Saddle Brown #895116
Tints of Saddle Brown #895116
RGB
CMYK
RGB Variations
Color information
#895116 (or 0x895116) is known color: Saddle Brown. HEX triplet: 89, 51 and 16. RGB value is (137,81,22). Sum of RGB (Red+Green+Blue) = 137+81+22=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #895116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895116 is #76AEE9. Grayscale: #5B5B5B. Windows color (decimal): -7778026 or 1462665. OLE color: 1462665.
HSL color Cylindrical-coordinate representation of color #895116: hue angle of 30.78º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #895116 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 81 | 22 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.46 |
| HSL | 30.78º | 0.72% | 0.31% | - |
| HSV(B) | 30.78º | 0.84% | 0.54% | - |
| XYZ | 13.4 | 11.26 | 2.23 | - |
| YUV | 91.02 | 89.05 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 22 | 0 | 0.41 | 0.84 | 0.46 | 30.78 | 0.72 | 0.31 |
| Hex | 89 | 51 | 16 | 0 | 29 | 54 | 2E | 1F | 48 | 1F |
| Octal | 211 | 121 | 26 | 0 | 51 | 124 | 56 | 37 | 110 | 37 |
| Binary | 10001001 | 1010001 | 10110 | 0 | 101001 | 1010100 | 101110 | 11111 | 1001000 | 11111 |
Color Harmonies of #895116
Complementary color
Monochromatic Colors of #895116
Black with #895116
Text Example
Text Example
White with #895116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895116; }
p { color: rgb(137,81,22); }
H1.HeaderClassName
{
color: #895116;
}
.AnyTagClassName
{
color: #895116;
}
</style>
background-color css
<style>
a { background-color: #895116; }
a { background-color: rgb(137,81,22); }
div.DivClassName
{
background-color: #895116;
}
.BgClassName
{
background-color: #895116;
}
</style>
border-color css
<style>
span { border-color: #895116; }
span { border-color: rgb(137,81,22); }
td.TdClassName
{
border-color: #895116;
}
.TagClassName
{
border-color: #895116;
}
</style>