Shades of Muesli #987E54
Tints of Muesli #987E54
RGB
CMYK
RGB Variations
Color information
#987E54 (or 0x987E54) is known color: Muesli. HEX triplet: 98, 7E and 54. RGB value is (152,126,84). Sum of RGB (Red+Green+Blue) = 152+126+84=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #987E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987E54 is #6781AB. Grayscale: #818181. Windows color (decimal): -6783404 or 5537432. OLE color: 5537432.
HSL color Cylindrical-coordinate representation of color #987E54: hue angle of 37.06º 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 #987E54 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 126 | 84 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.40 |
| HSL | 37.06º | 0.29% | 0.46% | - |
| HSV(B) | 37.06º | 0.45% | 0.6% | - |
| XYZ | 22.01 | 22.24 | 11.52 | - |
| YUV | 128.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 84 | 0 | 0.17 | 0.45 | 0.40 | 37.06 | 0.29 | 0.46 |
| Hex | 98 | 7E | 54 | 0 | 11 | 2D | 28 | 25 | 1D | 2E |
| Octal | 230 | 176 | 124 | 0 | 21 | 55 | 50 | 45 | 35 | 56 |
| Binary | 10011000 | 1111110 | 1010100 | 0 | 10001 | 101101 | 101000 | 100101 | 11101 | 101110 |
Color Harmonies of #987E54
Complementary color
Monochromatic Colors of #987E54
Black with #987E54
Text Example
Text Example
White with #987E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987E54; }
p { color: rgb(152,126,84); }
H1.HeaderClassName
{
color: #987E54;
}
.AnyTagClassName
{
color: #987E54;
}
</style>
background-color css
<style>
a { background-color: #987E54; }
a { background-color: rgb(152,126,84); }
div.DivClassName
{
background-color: #987E54;
}
.BgClassName
{
background-color: #987E54;
}
</style>
border-color css
<style>
span { border-color: #987E54; }
span { border-color: rgb(152,126,84); }
td.TdClassName
{
border-color: #987E54;
}
.TagClassName
{
border-color: #987E54;
}
</style>