Shades of Shadow #897542
Tints of Shadow #897542
RGB
CMYK
RGB Variations
Color information
#897542 (or 0x897542) is known color: Shadow. HEX triplet: 89, 75 and 42. RGB value is (137,117,66). Sum of RGB (Red+Green+Blue) = 137+117+66=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #897542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897542 is #768ABD. Grayscale: #757575. Windows color (decimal): -7768766 or 4355465. OLE color: 4355465.
HSL color Cylindrical-coordinate representation of color #897542: hue angle of 43.1º 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 #897542 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 117 | 66 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.46 |
| HSL | 43.1º | 0.35% | 0.4% | - |
| HSV(B) | 43.1º | 0.52% | 0.54% | - |
| XYZ | 17.66 | 18.43 | 7.78 | - |
| YUV | 117.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 117 | 66 | 0 | 0.15 | 0.52 | 0.46 | 43.1 | 0.35 | 0.4 |
| Hex | 89 | 75 | 42 | 0 | F | 34 | 2E | 2B | 23 | 28 |
| Octal | 211 | 165 | 102 | 0 | 17 | 64 | 56 | 53 | 43 | 50 |
| Binary | 10001001 | 1110101 | 1000010 | 0 | 1111 | 110100 | 101110 | 101011 | 100011 | 101000 |
Color Harmonies of #897542
Complementary color
Monochromatic Colors of #897542
Black with #897542
Text Example
Text Example
White with #897542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897542; }
p { color: rgb(137,117,66); }
H1.HeaderClassName
{
color: #897542;
}
.AnyTagClassName
{
color: #897542;
}
</style>
background-color css
<style>
a { background-color: #897542; }
a { background-color: rgb(137,117,66); }
div.DivClassName
{
background-color: #897542;
}
.BgClassName
{
background-color: #897542;
}
</style>
border-color css
<style>
span { border-color: #897542; }
span { border-color: rgb(137,117,66); }
td.TdClassName
{
border-color: #897542;
}
.TagClassName
{
border-color: #897542;
}
</style>