Shades of Saddle Brown #894513
Tints of Saddle Brown #894513
RGB
CMYK
RGB Variations
Color information
#894513 (or 0x894513) is known color: Saddle Brown. HEX triplet: 89, 45 and 13. RGB value is (137,69,19). Sum of RGB (Red+Green+Blue) = 137+69+19=225 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.89% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 137 - color contains mainly: red. Hex color #894513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894513 is #76BAEC. Grayscale: #535353. Windows color (decimal): -7781101 or 1262985. OLE color: 1262985.
HSL color Cylindrical-coordinate representation of color #894513: hue angle of 25.42º 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 #894513 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 69 | 19 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.46 |
| HSL | 25.42º | 0.76% | 0.31% | - |
| HSV(B) | 25.42º | 0.86% | 0.54% | - |
| XYZ | 12.56 | 9.62 | 1.81 | - |
| YUV | 83.63 | 91.53 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 69 | 19 | 0 | 0.50 | 0.86 | 0.46 | 25.42 | 0.76 | 0.31 |
| Hex | 89 | 45 | 13 | 0 | 32 | 56 | 2E | 19 | 4C | 1F |
| Octal | 211 | 105 | 23 | 0 | 62 | 126 | 56 | 31 | 114 | 37 |
| Binary | 10001001 | 1000101 | 10011 | 0 | 110010 | 1010110 | 101110 | 11001 | 1001100 | 11111 |
Color Harmonies of #894513
Complementary color
Monochromatic Colors of #894513
Black with #894513
Text Example
Text Example
White with #894513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894513; }
p { color: rgb(137,69,19); }
H1.HeaderClassName
{
color: #894513;
}
.AnyTagClassName
{
color: #894513;
}
</style>
background-color css
<style>
a { background-color: #894513; }
a { background-color: rgb(137,69,19); }
div.DivClassName
{
background-color: #894513;
}
.BgClassName
{
background-color: #894513;
}
</style>
border-color css
<style>
span { border-color: #894513; }
span { border-color: rgb(137,69,19); }
td.TdClassName
{
border-color: #894513;
}
.TagClassName
{
border-color: #894513;
}
</style>