Shades of Saddle Brown #894707
Tints of Saddle Brown #894707
RGB
CMYK
RGB Variations
Color information
#894707 (or 0x894707) is known color: Saddle Brown. HEX triplet: 89, 47 and 07. RGB value is (137,71,7). Sum of RGB (Red+Green+Blue) = 137+71+7=215 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.72% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 7 (3.12% from 255 or 3.26% from 215); Max value from RGB is 137 - color contains mainly: red. Hex color #894707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894707 is #76B8F8. Grayscale: #535353. Windows color (decimal): -7780601 or 477065. OLE color: 477065.
HSL color Cylindrical-coordinate representation of color #894707: hue angle of 29.54º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #894707 is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 71 | 7 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.46 |
| HSL | 29.54º | 0.9% | 0.28% | - |
| HSV(B) | 29.54º | 0.95% | 0.54% | - |
| XYZ | 12.61 | 9.84 | 1.44 | - |
| YUV | 83.44 | 84.87 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 71 | 7 | 0 | 0.48 | 0.95 | 0.46 | 29.54 | 0.9 | 0.28 |
| Hex | 89 | 47 | 7 | 0 | 30 | 5F | 2E | 1E | 5A | 1C |
| Octal | 211 | 107 | 7 | 0 | 60 | 137 | 56 | 36 | 132 | 34 |
| Binary | 10001001 | 1000111 | 111 | 0 | 110000 | 1011111 | 101110 | 11110 | 1011010 | 11100 |
Color Harmonies of #894707
Complementary color
Monochromatic Colors of #894707
Black with #894707
Text Example
Text Example
White with #894707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894707; }
p { color: rgb(137,71,7); }
H1.HeaderClassName
{
color: #894707;
}
.AnyTagClassName
{
color: #894707;
}
</style>
background-color css
<style>
a { background-color: #894707; }
a { background-color: rgb(137,71,7); }
div.DivClassName
{
background-color: #894707;
}
.BgClassName
{
background-color: #894707;
}
</style>
border-color css
<style>
span { border-color: #894707; }
span { border-color: rgb(137,71,7); }
td.TdClassName
{
border-color: #894707;
}
.TagClassName
{
border-color: #894707;
}
</style>