Shades of Shadow #897049
Tints of Shadow #897049
RGB
CMYK
RGB Variations
Color information
#897049 (or 0x897049) is known color: Shadow. HEX triplet: 89, 70 and 49. RGB value is (137,112,73). Sum of RGB (Red+Green+Blue) = 137+112+73=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #897049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897049 is #768FB6. Grayscale: #737373. Windows color (decimal): -7770039 or 4812937. OLE color: 4812937.
HSL color Cylindrical-coordinate representation of color #897049: hue angle of 36.56º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #897049 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 112 | 73 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.46 |
| HSL | 36.56º | 0.3% | 0.41% | - |
| HSV(B) | 36.56º | 0.47% | 0.54% | - |
| XYZ | 17.31 | 17.39 | 8.75 | - |
| YUV | 115.03 | 104.28 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 112 | 73 | 0 | 0.18 | 0.47 | 0.46 | 36.56 | 0.3 | 0.41 |
| Hex | 89 | 70 | 49 | 0 | 12 | 2F | 2E | 25 | 1E | 29 |
| Octal | 211 | 160 | 111 | 0 | 22 | 57 | 56 | 45 | 36 | 51 |
| Binary | 10001001 | 1110000 | 1001001 | 0 | 10010 | 101111 | 101110 | 100101 | 11110 | 101001 |
Color Harmonies of #897049
Complementary color
Monochromatic Colors of #897049
Black with #897049
Text Example
Text Example
White with #897049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897049; }
p { color: rgb(137,112,73); }
H1.HeaderClassName
{
color: #897049;
}
.AnyTagClassName
{
color: #897049;
}
</style>
background-color css
<style>
a { background-color: #897049; }
a { background-color: rgb(137,112,73); }
div.DivClassName
{
background-color: #897049;
}
.BgClassName
{
background-color: #897049;
}
</style>
border-color css
<style>
span { border-color: #897049; }
span { border-color: rgb(137,112,73); }
td.TdClassName
{
border-color: #897049;
}
.TagClassName
{
border-color: #897049;
}
</style>