Shades of Saddle Brown #895313
Tints of Saddle Brown #895313
RGB
CMYK
RGB Variations
Color information
#895313 (or 0x895313) is known color: Saddle Brown. HEX triplet: 89, 53 and 13. RGB value is (137,83,19). Sum of RGB (Red+Green+Blue) = 137+83+19=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #895313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895313 is #76ACEC. Grayscale: #5C5C5C. Windows color (decimal): -7777517 or 1266569. OLE color: 1266569.
HSL color Cylindrical-coordinate representation of color #895313: hue angle of 32.54º 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 #895313 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 83 | 19 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.46 |
| HSL | 32.54º | 0.76% | 0.31% | - |
| HSV(B) | 32.54º | 0.86% | 0.54% | - |
| XYZ | 13.53 | 11.55 | 2.13 | - |
| YUV | 91.85 | 86.89 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 83 | 19 | 0 | 0.39 | 0.86 | 0.46 | 32.54 | 0.76 | 0.31 |
| Hex | 89 | 53 | 13 | 0 | 27 | 56 | 2E | 21 | 4C | 1F |
| Octal | 211 | 123 | 23 | 0 | 47 | 126 | 56 | 41 | 114 | 37 |
| Binary | 10001001 | 1010011 | 10011 | 0 | 100111 | 1010110 | 101110 | 100001 | 1001100 | 11111 |
Color Harmonies of #895313
Complementary color
Monochromatic Colors of #895313
Black with #895313
Text Example
Text Example
White with #895313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895313; }
p { color: rgb(137,83,19); }
H1.HeaderClassName
{
color: #895313;
}
.AnyTagClassName
{
color: #895313;
}
</style>
background-color css
<style>
a { background-color: #895313; }
a { background-color: rgb(137,83,19); }
div.DivClassName
{
background-color: #895313;
}
.BgClassName
{
background-color: #895313;
}
</style>
border-color css
<style>
span { border-color: #895313; }
span { border-color: rgb(137,83,19); }
td.TdClassName
{
border-color: #895313;
}
.TagClassName
{
border-color: #895313;
}
</style>