Shades of Saddle Brown #895413
Tints of Saddle Brown #895413
RGB
CMYK
RGB Variations
Color information
#895413 (or 0x895413) is known color: Saddle Brown. HEX triplet: 89, 54 and 13. RGB value is (137,84,19). Sum of RGB (Red+Green+Blue) = 137+84+19=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #895413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895413 is #76ABEC. Grayscale: #5C5C5C. Windows color (decimal): -7777261 or 1266825. OLE color: 1266825.
HSL color Cylindrical-coordinate representation of color #895413: hue angle of 33.05º 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 #895413 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 84 | 19 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.46 |
| HSL | 33.05º | 0.76% | 0.31% | - |
| HSV(B) | 33.05º | 0.86% | 0.54% | - |
| XYZ | 13.6 | 11.71 | 2.16 | - |
| YUV | 92.44 | 86.56 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 84 | 19 | 0 | 0.39 | 0.86 | 0.46 | 33.05 | 0.76 | 0.31 |
| Hex | 89 | 54 | 13 | 0 | 27 | 56 | 2E | 21 | 4C | 1F |
| Octal | 211 | 124 | 23 | 0 | 47 | 126 | 56 | 41 | 114 | 37 |
| Binary | 10001001 | 1010100 | 10011 | 0 | 100111 | 1010110 | 101110 | 100001 | 1001100 | 11111 |
Color Harmonies of #895413
Complementary color
Monochromatic Colors of #895413
Black with #895413
Text Example
Text Example
White with #895413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895413; }
p { color: rgb(137,84,19); }
H1.HeaderClassName
{
color: #895413;
}
.AnyTagClassName
{
color: #895413;
}
</style>
background-color css
<style>
a { background-color: #895413; }
a { background-color: rgb(137,84,19); }
div.DivClassName
{
background-color: #895413;
}
.BgClassName
{
background-color: #895413;
}
</style>
border-color css
<style>
span { border-color: #895413; }
span { border-color: rgb(137,84,19); }
td.TdClassName
{
border-color: #895413;
}
.TagClassName
{
border-color: #895413;
}
</style>