Shades of Saddle Brown #893913
Tints of Saddle Brown #893913
RGB
CMYK
RGB Variations
Color information
#893913 (or 0x893913) is known color: Saddle Brown. HEX triplet: 89, 39 and 13. RGB value is (137,57,19). Sum of RGB (Red+Green+Blue) = 137+57+19=213 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.32% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 137 - color contains mainly: red. Hex color #893913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893913 is #76C6EC. Grayscale: #4C4C4C. Windows color (decimal): -7784173 or 1259913. OLE color: 1259913.
HSL color Cylindrical-coordinate representation of color #893913: hue angle of 19.32º 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 #893913 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 57 | 19 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.46 |
| HSL | 19.32º | 0.76% | 0.31% | - |
| HSV(B) | 19.32º | 0.86% | 0.54% | - |
| XYZ | 11.9 | 8.29 | 1.59 | - |
| YUV | 76.59 | 95.5 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 57 | 19 | 0 | 0.58 | 0.86 | 0.46 | 19.32 | 0.76 | 0.31 |
| Hex | 89 | 39 | 13 | 0 | 3A | 56 | 2E | 13 | 4C | 1F |
| Octal | 211 | 71 | 23 | 0 | 72 | 126 | 56 | 23 | 114 | 37 |
| Binary | 10001001 | 111001 | 10011 | 0 | 111010 | 1010110 | 101110 | 10011 | 1001100 | 11111 |
Color Harmonies of #893913
Complementary color
Monochromatic Colors of #893913
Black with #893913
Text Example
Text Example
White with #893913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893913; }
p { color: rgb(137,57,19); }
H1.HeaderClassName
{
color: #893913;
}
.AnyTagClassName
{
color: #893913;
}
</style>
background-color css
<style>
a { background-color: #893913; }
a { background-color: rgb(137,57,19); }
div.DivClassName
{
background-color: #893913;
}
.BgClassName
{
background-color: #893913;
}
</style>
border-color css
<style>
span { border-color: #893913; }
span { border-color: rgb(137,57,19); }
td.TdClassName
{
border-color: #893913;
}
.TagClassName
{
border-color: #893913;
}
</style>