Shades of Saddle Brown #895113
Tints of Saddle Brown #895113
RGB
CMYK
RGB Variations
Color information
#895113 (or 0x895113) is known color: Saddle Brown. HEX triplet: 89, 51 and 13. RGB value is (137,81,19). Sum of RGB (Red+Green+Blue) = 137+81+19=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #895113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895113 is #76AEEC. Grayscale: #5A5A5A. Windows color (decimal): -7778029 or 1266057. OLE color: 1266057.
HSL color Cylindrical-coordinate representation of color #895113: hue angle of 31.53º 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 #895113 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 81 | 19 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.46 |
| HSL | 31.53º | 0.76% | 0.31% | - |
| HSV(B) | 31.53º | 0.86% | 0.54% | - |
| XYZ | 13.38 | 11.25 | 2.08 | - |
| YUV | 90.68 | 87.55 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 19 | 0 | 0.41 | 0.86 | 0.46 | 31.53 | 0.76 | 0.31 |
| Hex | 89 | 51 | 13 | 0 | 29 | 56 | 2E | 20 | 4C | 1F |
| Octal | 211 | 121 | 23 | 0 | 51 | 126 | 56 | 40 | 114 | 37 |
| Binary | 10001001 | 1010001 | 10011 | 0 | 101001 | 1010110 | 101110 | 100000 | 1001100 | 11111 |
Color Harmonies of #895113
Complementary color
Monochromatic Colors of #895113
Black with #895113
Text Example
Text Example
White with #895113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895113; }
p { color: rgb(137,81,19); }
H1.HeaderClassName
{
color: #895113;
}
.AnyTagClassName
{
color: #895113;
}
</style>
background-color css
<style>
a { background-color: #895113; }
a { background-color: rgb(137,81,19); }
div.DivClassName
{
background-color: #895113;
}
.BgClassName
{
background-color: #895113;
}
</style>
border-color css
<style>
span { border-color: #895113; }
span { border-color: rgb(137,81,19); }
td.TdClassName
{
border-color: #895113;
}
.TagClassName
{
border-color: #895113;
}
</style>