Shades of Shadow #897942
Tints of Shadow #897942
RGB
CMYK
RGB Variations
Color information
#897942 (or 0x897942) is known color: Shadow. HEX triplet: 89, 79 and 42. RGB value is (137,121,66). Sum of RGB (Red+Green+Blue) = 137+121+66=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 137 - color contains mainly: red. Hex color #897942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897942 is #7686BD. Grayscale: #777777. Windows color (decimal): -7767742 or 4356489. OLE color: 4356489.
HSL color Cylindrical-coordinate representation of color #897942: hue angle of 46.48º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #897942 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 121 | 66 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.46 |
| HSL | 46.48º | 0.35% | 0.4% | - |
| HSV(B) | 46.48º | 0.52% | 0.54% | - |
| XYZ | 18.14 | 19.39 | 7.94 | - |
| YUV | 119.51 | 97.8 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 121 | 66 | 0 | 0.12 | 0.52 | 0.46 | 46.48 | 0.35 | 0.4 |
| Hex | 89 | 79 | 42 | 0 | C | 34 | 2E | 2E | 23 | 28 |
| Octal | 211 | 171 | 102 | 0 | 14 | 64 | 56 | 56 | 43 | 50 |
| Binary | 10001001 | 1111001 | 1000010 | 0 | 1100 | 110100 | 101110 | 101110 | 100011 | 101000 |
Color Harmonies of #897942
Complementary color
Monochromatic Colors of #897942
Black with #897942
Text Example
Text Example
White with #897942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897942; }
p { color: rgb(137,121,66); }
H1.HeaderClassName
{
color: #897942;
}
.AnyTagClassName
{
color: #897942;
}
</style>
background-color css
<style>
a { background-color: #897942; }
a { background-color: rgb(137,121,66); }
div.DivClassName
{
background-color: #897942;
}
.BgClassName
{
background-color: #897942;
}
</style>
border-color css
<style>
span { border-color: #897942; }
span { border-color: rgb(137,121,66); }
td.TdClassName
{
border-color: #897942;
}
.TagClassName
{
border-color: #897942;
}
</style>