Shades of Muesli #987E53
Tints of Muesli #987E53
RGB
CMYK
RGB Variations
Color information
#987E53 (or 0x987E53) is known color: Muesli. HEX triplet: 98, 7E and 53. RGB value is (152,126,83). Sum of RGB (Red+Green+Blue) = 152+126+83=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #987E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987E53 is #6781AC. Grayscale: #818181. Windows color (decimal): -6783405 or 5471896. OLE color: 5471896.
HSL color Cylindrical-coordinate representation of color #987E53: hue angle of 37.39º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #987E53 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 126 | 83 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.40 |
| HSL | 37.39º | 0.29% | 0.46% | - |
| HSV(B) | 37.39º | 0.45% | 0.6% | - |
| XYZ | 21.97 | 22.22 | 11.31 | - |
| YUV | 128.87 | 102.11 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 83 | 0 | 0.17 | 0.45 | 0.40 | 37.39 | 0.29 | 0.46 |
| Hex | 98 | 7E | 53 | 0 | 11 | 2D | 28 | 25 | 1D | 2E |
| Octal | 230 | 176 | 123 | 0 | 21 | 55 | 50 | 45 | 35 | 56 |
| Binary | 10011000 | 1111110 | 1010011 | 0 | 10001 | 101101 | 101000 | 100101 | 11101 | 101110 |
Color Harmonies of #987E53
Complementary color
Monochromatic Colors of #987E53
Black with #987E53
Text Example
Text Example
White with #987E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987E53; }
p { color: rgb(152,126,83); }
H1.HeaderClassName
{
color: #987E53;
}
.AnyTagClassName
{
color: #987E53;
}
</style>
background-color css
<style>
a { background-color: #987E53; }
a { background-color: rgb(152,126,83); }
div.DivClassName
{
background-color: #987E53;
}
.BgClassName
{
background-color: #987E53;
}
</style>
border-color css
<style>
span { border-color: #987E53; }
span { border-color: rgb(152,126,83); }
td.TdClassName
{
border-color: #987E53;
}
.TagClassName
{
border-color: #987E53;
}
</style>