Shades of Saddle Brown #894004
Tints of Saddle Brown #894004
RGB
CMYK
RGB Variations
Color information
#894004 (or 0x894004) is known color: Saddle Brown. HEX triplet: 89, 40 and 04. RGB value is (137,64,4). Sum of RGB (Red+Green+Blue) = 137+64+4=205 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.83% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 137 - color contains mainly: red. Hex color #894004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894004 is #76BFFB. Grayscale: #4F4F4F. Windows color (decimal): -7782396 or 278665. OLE color: 278665.
HSL color Cylindrical-coordinate representation of color #894004: hue angle of 27.07º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #894004 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 64 | 4 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.46 |
| HSL | 27.07º | 0.94% | 0.28% | - |
| HSV(B) | 27.07º | 0.97% | 0.54% | - |
| XYZ | 12.17 | 8.99 | 1.21 | - |
| YUV | 78.99 | 85.68 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 4 | 0 | 0.53 | 0.97 | 0.46 | 27.07 | 0.94 | 0.28 |
| Hex | 89 | 40 | 4 | 0 | 35 | 61 | 2E | 1B | 5E | 1C |
| Octal | 211 | 100 | 4 | 0 | 65 | 141 | 56 | 33 | 136 | 34 |
| Binary | 10001001 | 1000000 | 100 | 0 | 110101 | 1100001 | 101110 | 11011 | 1011110 | 11100 |
Color Harmonies of #894004
Complementary color
Monochromatic Colors of #894004
Black with #894004
Text Example
Text Example
White with #894004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894004; }
p { color: rgb(137,64,4); }
H1.HeaderClassName
{
color: #894004;
}
.AnyTagClassName
{
color: #894004;
}
</style>
background-color css
<style>
a { background-color: #894004; }
a { background-color: rgb(137,64,4); }
div.DivClassName
{
background-color: #894004;
}
.BgClassName
{
background-color: #894004;
}
</style>
border-color css
<style>
span { border-color: #894004; }
span { border-color: rgb(137,64,4); }
td.TdClassName
{
border-color: #894004;
}
.TagClassName
{
border-color: #894004;
}
</style>