Shades of Shadow #89744E
Tints of Shadow #89744E
RGB
CMYK
RGB Variations
Color information
#89744E (or 0x89744E) is known color: Shadow. HEX triplet: 89, 74 and 4E. RGB value is (137,116,78). Sum of RGB (Red+Green+Blue) = 137+116+78=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #89744E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89744E is #768BB1. Grayscale: #767676. Windows color (decimal): -7769010 or 5141641. OLE color: 5141641.
HSL color Cylindrical-coordinate representation of color #89744E: hue angle of 38.64º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89744E is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 116 | 78 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.46 |
| HSL | 38.64º | 0.27% | 0.42% | - |
| HSV(B) | 38.64º | 0.43% | 0.54% | - |
| XYZ | 17.94 | 18.36 | 9.81 | - |
| YUV | 117.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 116 | 78 | 0 | 0.15 | 0.43 | 0.46 | 38.64 | 0.27 | 0.42 |
| Hex | 89 | 74 | 4E | 0 | F | 2B | 2E | 27 | 1B | 2A |
| Octal | 211 | 164 | 116 | 0 | 17 | 53 | 56 | 47 | 33 | 52 |
| Binary | 10001001 | 1110100 | 1001110 | 0 | 1111 | 101011 | 101110 | 100111 | 11011 | 101010 |
Color Harmonies of #89744E
Complementary color
Monochromatic Colors of #89744E
Black with #89744E
Text Example
Text Example
White with #89744E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89744E; }
p { color: rgb(137,116,78); }
H1.HeaderClassName
{
color: #89744E;
}
.AnyTagClassName
{
color: #89744E;
}
</style>
background-color css
<style>
a { background-color: #89744E; }
a { background-color: rgb(137,116,78); }
div.DivClassName
{
background-color: #89744E;
}
.BgClassName
{
background-color: #89744E;
}
</style>
border-color css
<style>
span { border-color: #89744E; }
span { border-color: rgb(137,116,78); }
td.TdClassName
{
border-color: #89744E;
}
.TagClassName
{
border-color: #89744E;
}
</style>