Shades of Muesli #987D59
Tints of Muesli #987D59
RGB
CMYK
RGB Variations
Color information
#987D59 (or 0x987D59) is known color: Muesli. HEX triplet: 98, 7D and 59. RGB value is (152,125,89). Sum of RGB (Red+Green+Blue) = 152+125+89=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #987D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987D59 is #6782A6. Grayscale: #818181. Windows color (decimal): -6783655 or 5864856. OLE color: 5864856.
HSL color Cylindrical-coordinate representation of color #987D59: hue angle of 34.29º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #987D59 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 125 | 89 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.40 |
| HSL | 34.29º | 0.26% | 0.47% | - |
| HSV(B) | 34.29º | 0.41% | 0.6% | - |
| XYZ | 22.09 | 22.06 | 12.55 | - |
| YUV | 128.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 89 | 0 | 0.18 | 0.41 | 0.40 | 34.29 | 0.26 | 0.47 |
| Hex | 98 | 7D | 59 | 0 | 12 | 29 | 28 | 22 | 1A | 2F |
| Octal | 230 | 175 | 131 | 0 | 22 | 51 | 50 | 42 | 32 | 57 |
| Binary | 10011000 | 1111101 | 1011001 | 0 | 10010 | 101001 | 101000 | 100010 | 11010 | 101111 |
Color Harmonies of #987D59
Complementary color
Monochromatic Colors of #987D59
Black with #987D59
Text Example
Text Example
White with #987D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987D59; }
p { color: rgb(152,125,89); }
H1.HeaderClassName
{
color: #987D59;
}
.AnyTagClassName
{
color: #987D59;
}
</style>
background-color css
<style>
a { background-color: #987D59; }
a { background-color: rgb(152,125,89); }
div.DivClassName
{
background-color: #987D59;
}
.BgClassName
{
background-color: #987D59;
}
</style>
border-color css
<style>
span { border-color: #987D59; }
span { border-color: rgb(152,125,89); }
td.TdClassName
{
border-color: #987D59;
}
.TagClassName
{
border-color: #987D59;
}
</style>