Shades of Shadow #89744C
Tints of Shadow #89744C
RGB
CMYK
RGB Variations
Color information
#89744C (or 0x89744C) is known color: Shadow. HEX triplet: 89, 74 and 4C. RGB value is (137,116,76). Sum of RGB (Red+Green+Blue) = 137+116+76=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 137 - color contains mainly: red. Hex color #89744C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89744C is #768BB3. Grayscale: #757575. Windows color (decimal): -7769012 or 5010569. OLE color: 5010569.
HSL color Cylindrical-coordinate representation of color #89744C: hue angle of 39.34º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89744C is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 116 | 76 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.46 |
| HSL | 39.34º | 0.29% | 0.42% | - |
| HSV(B) | 39.34º | 0.45% | 0.54% | - |
| XYZ | 17.87 | 18.33 | 9.43 | - |
| YUV | 117.72 | 104.46 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 116 | 76 | 0 | 0.15 | 0.45 | 0.46 | 39.34 | 0.29 | 0.42 |
| Hex | 89 | 74 | 4C | 0 | F | 2D | 2E | 27 | 1D | 2A |
| Octal | 211 | 164 | 114 | 0 | 17 | 55 | 56 | 47 | 35 | 52 |
| Binary | 10001001 | 1110100 | 1001100 | 0 | 1111 | 101101 | 101110 | 100111 | 11101 | 101010 |
Color Harmonies of #89744C
Complementary color
Monochromatic Colors of #89744C
Black with #89744C
Text Example
Text Example
White with #89744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89744C; }
p { color: rgb(137,116,76); }
H1.HeaderClassName
{
color: #89744C;
}
.AnyTagClassName
{
color: #89744C;
}
</style>
background-color css
<style>
a { background-color: #89744C; }
a { background-color: rgb(137,116,76); }
div.DivClassName
{
background-color: #89744C;
}
.BgClassName
{
background-color: #89744C;
}
</style>
border-color css
<style>
span { border-color: #89744C; }
span { border-color: rgb(137,116,76); }
td.TdClassName
{
border-color: #89744C;
}
.TagClassName
{
border-color: #89744C;
}
</style>