Shades of Shadow #897850
Tints of Shadow #897850
RGB
CMYK
RGB Variations
Color information
#897850 (or 0x897850) is known color: Shadow. HEX triplet: 89, 78 and 50. RGB value is (137,120,80). Sum of RGB (Red+Green+Blue) = 137+120+80=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #897850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897850 is #7687AF. Grayscale: #787878. Windows color (decimal): -7767984 or 5273737. OLE color: 5273737.
HSL color Cylindrical-coordinate representation of color #897850: hue angle of 42.11º 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 #897850 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 120 | 80 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.46 |
| HSL | 42.11º | 0.26% | 0.43% | - |
| HSV(B) | 42.11º | 0.42% | 0.54% | - |
| XYZ | 18.48 | 19.33 | 10.35 | - |
| YUV | 120.52 | 105.13 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 80 | 0 | 0.12 | 0.42 | 0.46 | 42.11 | 0.26 | 0.43 |
| Hex | 89 | 78 | 50 | 0 | C | 2A | 2E | 2A | 1A | 2B |
| Octal | 211 | 170 | 120 | 0 | 14 | 52 | 56 | 52 | 32 | 53 |
| Binary | 10001001 | 1111000 | 1010000 | 0 | 1100 | 101010 | 101110 | 101010 | 11010 | 101011 |
Color Harmonies of #897850
Complementary color
Monochromatic Colors of #897850
Black with #897850
Text Example
Text Example
White with #897850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897850; }
p { color: rgb(137,120,80); }
H1.HeaderClassName
{
color: #897850;
}
.AnyTagClassName
{
color: #897850;
}
</style>
background-color css
<style>
a { background-color: #897850; }
a { background-color: rgb(137,120,80); }
div.DivClassName
{
background-color: #897850;
}
.BgClassName
{
background-color: #897850;
}
</style>
border-color css
<style>
span { border-color: #897850; }
span { border-color: rgb(137,120,80); }
td.TdClassName
{
border-color: #897850;
}
.TagClassName
{
border-color: #897850;
}
</style>