Shades of Shadow #897149
Tints of Shadow #897149
RGB
CMYK
RGB Variations
Color information
#897149 (or 0x897149) is known color: Shadow. HEX triplet: 89, 71 and 49. RGB value is (137,113,73). Sum of RGB (Red+Green+Blue) = 137+113+73=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #897149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897149 is #768EB6. Grayscale: #737373. Windows color (decimal): -7769783 or 4813193. OLE color: 4813193.
HSL color Cylindrical-coordinate representation of color #897149: hue angle of 37.5º 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 #897149 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 113 | 73 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.46 |
| HSL | 37.5º | 0.3% | 0.41% | - |
| HSV(B) | 37.5º | 0.47% | 0.54% | - |
| XYZ | 17.42 | 17.61 | 8.78 | - |
| YUV | 115.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 113 | 73 | 0 | 0.18 | 0.47 | 0.46 | 37.5 | 0.3 | 0.41 |
| Hex | 89 | 71 | 49 | 0 | 12 | 2F | 2E | 26 | 1E | 29 |
| Octal | 211 | 161 | 111 | 0 | 22 | 57 | 56 | 46 | 36 | 51 |
| Binary | 10001001 | 1110001 | 1001001 | 0 | 10010 | 101111 | 101110 | 100110 | 11110 | 101001 |
Color Harmonies of #897149
Complementary color
Monochromatic Colors of #897149
Black with #897149
Text Example
Text Example
White with #897149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897149; }
p { color: rgb(137,113,73); }
H1.HeaderClassName
{
color: #897149;
}
.AnyTagClassName
{
color: #897149;
}
</style>
background-color css
<style>
a { background-color: #897149; }
a { background-color: rgb(137,113,73); }
div.DivClassName
{
background-color: #897149;
}
.BgClassName
{
background-color: #897149;
}
</style>
border-color css
<style>
span { border-color: #897149; }
span { border-color: rgb(137,113,73); }
td.TdClassName
{
border-color: #897149;
}
.TagClassName
{
border-color: #897149;
}
</style>