Shades of Shadow #897550
Tints of Shadow #897550
RGB
CMYK
RGB Variations
Color information
#897550 (or 0x897550) is known color: Shadow. HEX triplet: 89, 75 and 50. RGB value is (137,117,80). Sum of RGB (Red+Green+Blue) = 137+117+80=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #897550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897550 is #768AAF. Grayscale: #767676. Windows color (decimal): -7768752 or 5272969. OLE color: 5272969.
HSL color Cylindrical-coordinate representation of color #897550: hue angle of 38.95º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #897550 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 117 | 80 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.46 |
| HSL | 38.95º | 0.26% | 0.43% | - |
| HSV(B) | 38.95º | 0.42% | 0.54% | - |
| XYZ | 18.13 | 18.62 | 10.23 | - |
| YUV | 118.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 117 | 80 | 0 | 0.15 | 0.42 | 0.46 | 38.95 | 0.26 | 0.43 |
| Hex | 89 | 75 | 50 | 0 | F | 2A | 2E | 27 | 1A | 2B |
| Octal | 211 | 165 | 120 | 0 | 17 | 52 | 56 | 47 | 32 | 53 |
| Binary | 10001001 | 1110101 | 1010000 | 0 | 1111 | 101010 | 101110 | 100111 | 11010 | 101011 |
Color Harmonies of #897550
Complementary color
Monochromatic Colors of #897550
Black with #897550
Text Example
Text Example
White with #897550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897550; }
p { color: rgb(137,117,80); }
H1.HeaderClassName
{
color: #897550;
}
.AnyTagClassName
{
color: #897550;
}
</style>
background-color css
<style>
a { background-color: #897550; }
a { background-color: rgb(137,117,80); }
div.DivClassName
{
background-color: #897550;
}
.BgClassName
{
background-color: #897550;
}
</style>
border-color css
<style>
span { border-color: #897550; }
span { border-color: rgb(137,117,80); }
td.TdClassName
{
border-color: #897550;
}
.TagClassName
{
border-color: #897550;
}
</style>