Shades of Saddle Brown #894007
Tints of Saddle Brown #894007
RGB
CMYK
RGB Variations
Color information
#894007 (or 0x894007) is known color: Saddle Brown. HEX triplet: 89, 40 and 07. RGB value is (137,64,7). Sum of RGB (Red+Green+Blue) = 137+64+7=208 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.87% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 7 (3.12% from 255 or 3.37% from 208); Max value from RGB is 137 - color contains mainly: red. Hex color #894007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894007 is #76BFF8. Grayscale: #4F4F4F. Windows color (decimal): -7782393 or 475273. OLE color: 475273.
HSL color Cylindrical-coordinate representation of color #894007: hue angle of 26.31º 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 #894007 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 64 | 7 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.46 |
| HSL | 26.31º | 0.9% | 0.28% | - |
| HSV(B) | 26.31º | 0.95% | 0.54% | - |
| XYZ | 12.19 | 9 | 1.3 | - |
| YUV | 79.33 | 87.18 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 7 | 0 | 0.53 | 0.95 | 0.46 | 26.31 | 0.9 | 0.28 |
| Hex | 89 | 40 | 7 | 0 | 35 | 5F | 2E | 1A | 5A | 1C |
| Octal | 211 | 100 | 7 | 0 | 65 | 137 | 56 | 32 | 132 | 34 |
| Binary | 10001001 | 1000000 | 111 | 0 | 110101 | 1011111 | 101110 | 11010 | 1011010 | 11100 |
Color Harmonies of #894007
Complementary color
Monochromatic Colors of #894007
Black with #894007
Text Example
Text Example
White with #894007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894007; }
p { color: rgb(137,64,7); }
H1.HeaderClassName
{
color: #894007;
}
.AnyTagClassName
{
color: #894007;
}
</style>
background-color css
<style>
a { background-color: #894007; }
a { background-color: rgb(137,64,7); }
div.DivClassName
{
background-color: #894007;
}
.BgClassName
{
background-color: #894007;
}
</style>
border-color css
<style>
span { border-color: #894007; }
span { border-color: rgb(137,64,7); }
td.TdClassName
{
border-color: #894007;
}
.TagClassName
{
border-color: #894007;
}
</style>