Shades of Saddle Brown #895613
Tints of Saddle Brown #895613
RGB
CMYK
RGB Variations
Color information
#895613 (or 0x895613) is known color: Saddle Brown. HEX triplet: 89, 56 and 13. RGB value is (137,86,19). Sum of RGB (Red+Green+Blue) = 137+86+19=242 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.61% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 137 - color contains mainly: red. Hex color #895613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895613 is #76A9EC. Grayscale: #5D5D5D. Windows color (decimal): -7776749 or 1267337. OLE color: 1267337.
HSL color Cylindrical-coordinate representation of color #895613: hue angle of 34.07º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #895613 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 86 | 19 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.46 |
| HSL | 34.07º | 0.76% | 0.31% | - |
| HSV(B) | 34.07º | 0.86% | 0.54% | - |
| XYZ | 13.76 | 12.02 | 2.21 | - |
| YUV | 93.61 | 85.9 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 86 | 19 | 0 | 0.37 | 0.86 | 0.46 | 34.07 | 0.76 | 0.31 |
| Hex | 89 | 56 | 13 | 0 | 25 | 56 | 2E | 22 | 4C | 1F |
| Octal | 211 | 126 | 23 | 0 | 45 | 126 | 56 | 42 | 114 | 37 |
| Binary | 10001001 | 1010110 | 10011 | 0 | 100101 | 1010110 | 101110 | 100010 | 1001100 | 11111 |
Color Harmonies of #895613
Complementary color
Monochromatic Colors of #895613
Black with #895613
Text Example
Text Example
White with #895613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895613; }
p { color: rgb(137,86,19); }
H1.HeaderClassName
{
color: #895613;
}
.AnyTagClassName
{
color: #895613;
}
</style>
background-color css
<style>
a { background-color: #895613; }
a { background-color: rgb(137,86,19); }
div.DivClassName
{
background-color: #895613;
}
.BgClassName
{
background-color: #895613;
}
</style>
border-color css
<style>
span { border-color: #895613; }
span { border-color: rgb(137,86,19); }
td.TdClassName
{
border-color: #895613;
}
.TagClassName
{
border-color: #895613;
}
</style>