Shades of Shadow #89754F
Tints of Shadow #89754F
RGB
CMYK
RGB Variations
Color information
#89754F (or 0x89754F) is known color: Shadow. HEX triplet: 89, 75 and 4F. RGB value is (137,117,79). Sum of RGB (Red+Green+Blue) = 137+117+79=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 137 - color contains mainly: red. Hex color #89754F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89754F is #768AB0. Grayscale: #767676. Windows color (decimal): -7768753 or 5207433. OLE color: 5207433.
HSL color Cylindrical-coordinate representation of color #89754F: hue angle of 39.31º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89754F is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 117 | 79 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.46 |
| HSL | 39.31º | 0.27% | 0.42% | - |
| HSV(B) | 39.31º | 0.42% | 0.54% | - |
| XYZ | 18.09 | 18.61 | 10.03 | - |
| YUV | 118.65 | 105.63 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 117 | 79 | 0 | 0.15 | 0.42 | 0.46 | 39.31 | 0.27 | 0.42 |
| Hex | 89 | 75 | 4F | 0 | F | 2A | 2E | 27 | 1B | 2A |
| Octal | 211 | 165 | 117 | 0 | 17 | 52 | 56 | 47 | 33 | 52 |
| Binary | 10001001 | 1110101 | 1001111 | 0 | 1111 | 101010 | 101110 | 100111 | 11011 | 101010 |
Color Harmonies of #89754F
Complementary color
Monochromatic Colors of #89754F
Black with #89754F
Text Example
Text Example
White with #89754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89754F; }
p { color: rgb(137,117,79); }
H1.HeaderClassName
{
color: #89754F;
}
.AnyTagClassName
{
color: #89754F;
}
</style>
background-color css
<style>
a { background-color: #89754F; }
a { background-color: rgb(137,117,79); }
div.DivClassName
{
background-color: #89754F;
}
.BgClassName
{
background-color: #89754F;
}
</style>
border-color css
<style>
span { border-color: #89754F; }
span { border-color: rgb(137,117,79); }
td.TdClassName
{
border-color: #89754F;
}
.TagClassName
{
border-color: #89754F;
}
</style>