Shades of Saddle Brown #894013
Tints of Saddle Brown #894013
RGB
CMYK
RGB Variations
Color information
#894013 (or 0x894013) is known color: Saddle Brown. HEX triplet: 89, 40 and 13. RGB value is (137,64,19). Sum of RGB (Red+Green+Blue) = 137+64+19=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #894013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894013 is #76BFEC. Grayscale: #505050. Windows color (decimal): -7782381 or 1261705. OLE color: 1261705.
HSL color Cylindrical-coordinate representation of color #894013: hue angle of 22.88º 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 #894013 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 64 | 19 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.46 |
| HSL | 22.88º | 0.76% | 0.31% | - |
| HSV(B) | 22.88º | 0.86% | 0.54% | - |
| XYZ | 12.27 | 9.03 | 1.71 | - |
| YUV | 80.7 | 93.18 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 19 | 0 | 0.53 | 0.86 | 0.46 | 22.88 | 0.76 | 0.31 |
| Hex | 89 | 40 | 13 | 0 | 35 | 56 | 2E | 17 | 4C | 1F |
| Octal | 211 | 100 | 23 | 0 | 65 | 126 | 56 | 27 | 114 | 37 |
| Binary | 10001001 | 1000000 | 10011 | 0 | 110101 | 1010110 | 101110 | 10111 | 1001100 | 11111 |
Color Harmonies of #894013
Complementary color
Monochromatic Colors of #894013
Black with #894013
Text Example
Text Example
White with #894013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894013; }
p { color: rgb(137,64,19); }
H1.HeaderClassName
{
color: #894013;
}
.AnyTagClassName
{
color: #894013;
}
</style>
background-color css
<style>
a { background-color: #894013; }
a { background-color: rgb(137,64,19); }
div.DivClassName
{
background-color: #894013;
}
.BgClassName
{
background-color: #894013;
}
</style>
border-color css
<style>
span { border-color: #894013; }
span { border-color: rgb(137,64,19); }
td.TdClassName
{
border-color: #894013;
}
.TagClassName
{
border-color: #894013;
}
</style>