Shades of Shadow #897945
Tints of Shadow #897945
RGB
CMYK
RGB Variations
Color information
#897945 (or 0x897945) is known color: Shadow. HEX triplet: 89, 79 and 45. RGB value is (137,121,69). Sum of RGB (Red+Green+Blue) = 137+121+69=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 137 - color contains mainly: red. Hex color #897945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897945 is #7686BA. Grayscale: #787878. Windows color (decimal): -7767739 or 4553097. OLE color: 4553097.
HSL color Cylindrical-coordinate representation of color #897945: hue angle of 45.88º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #897945 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 121 | 69 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.46 |
| HSL | 45.88º | 0.33% | 0.4% | - |
| HSV(B) | 45.88º | 0.5% | 0.54% | - |
| XYZ | 18.23 | 19.42 | 8.42 | - |
| YUV | 119.86 | 99.3 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 121 | 69 | 0 | 0.12 | 0.50 | 0.46 | 45.88 | 0.33 | 0.4 |
| Hex | 89 | 79 | 45 | 0 | C | 32 | 2E | 2E | 21 | 28 |
| Octal | 211 | 171 | 105 | 0 | 14 | 62 | 56 | 56 | 41 | 50 |
| Binary | 10001001 | 1111001 | 1000101 | 0 | 1100 | 110010 | 101110 | 101110 | 100001 | 101000 |
Color Harmonies of #897945
Complementary color
Monochromatic Colors of #897945
Black with #897945
Text Example
Text Example
White with #897945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897945; }
p { color: rgb(137,121,69); }
H1.HeaderClassName
{
color: #897945;
}
.AnyTagClassName
{
color: #897945;
}
</style>
background-color css
<style>
a { background-color: #897945; }
a { background-color: rgb(137,121,69); }
div.DivClassName
{
background-color: #897945;
}
.BgClassName
{
background-color: #897945;
}
</style>
border-color css
<style>
span { border-color: #897945; }
span { border-color: rgb(137,121,69); }
td.TdClassName
{
border-color: #897945;
}
.TagClassName
{
border-color: #897945;
}
</style>