Shades of Muesli #987F51
Tints of Muesli #987F51
RGB
CMYK
RGB Variations
Color information
#987F51 (or 0x987F51) is known color: Muesli. HEX triplet: 98, 7F and 51. RGB value is (152,127,81). Sum of RGB (Red+Green+Blue) = 152+127+81=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #987F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987F51 is #6780AE. Grayscale: #818181. Windows color (decimal): -6783151 or 5341080. OLE color: 5341080.
HSL color Cylindrical-coordinate representation of color #987F51: hue angle of 38.87º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #987F51 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 127 | 81 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.40 |
| HSL | 38.87º | 0.3% | 0.46% | - |
| HSV(B) | 38.87º | 0.47% | 0.6% | - |
| XYZ | 22.02 | 22.45 | 10.96 | - |
| YUV | 129.23 | 100.78 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 81 | 0 | 0.16 | 0.47 | 0.40 | 38.87 | 0.3 | 0.46 |
| Hex | 98 | 7F | 51 | 0 | 10 | 2F | 28 | 27 | 1E | 2E |
| Octal | 230 | 177 | 121 | 0 | 20 | 57 | 50 | 47 | 36 | 56 |
| Binary | 10011000 | 1111111 | 1010001 | 0 | 10000 | 101111 | 101000 | 100111 | 11110 | 101110 |
Color Harmonies of #987F51
Complementary color
Monochromatic Colors of #987F51
Black with #987F51
Text Example
Text Example
White with #987F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987F51; }
p { color: rgb(152,127,81); }
H1.HeaderClassName
{
color: #987F51;
}
.AnyTagClassName
{
color: #987F51;
}
</style>
background-color css
<style>
a { background-color: #987F51; }
a { background-color: rgb(152,127,81); }
div.DivClassName
{
background-color: #987F51;
}
.BgClassName
{
background-color: #987F51;
}
</style>
border-color css
<style>
span { border-color: #987F51; }
span { border-color: rgb(152,127,81); }
td.TdClassName
{
border-color: #987F51;
}
.TagClassName
{
border-color: #987F51;
}
</style>