Shades of Muesli #987B47
Tints of Muesli #987B47
RGB
CMYK
RGB Variations
Color information
#987B47 (or 0x987B47) is known color: Muesli. HEX triplet: 98, 7B and 47. RGB value is (152,123,71). Sum of RGB (Red+Green+Blue) = 152+123+71=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #987B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B47 is #6784B8. Grayscale: #7D7D7D. Windows color (decimal): -6784185 or 4684696. OLE color: 4684696.
HSL color Cylindrical-coordinate representation of color #987B47: hue angle of 38.52º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #987B47 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 71 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.40 |
| HSL | 38.52º | 0.36% | 0.44% | - |
| HSV(B) | 38.52º | 0.53% | 0.6% | - |
| XYZ | 21.17 | 21.3 | 8.96 | - |
| YUV | 125.74 | 97.11 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 71 | 0 | 0.19 | 0.53 | 0.40 | 38.52 | 0.36 | 0.44 |
| Hex | 98 | 7B | 47 | 0 | 13 | 35 | 28 | 27 | 24 | 2C |
| Octal | 230 | 173 | 107 | 0 | 23 | 65 | 50 | 47 | 44 | 54 |
| Binary | 10011000 | 1111011 | 1000111 | 0 | 10011 | 110101 | 101000 | 100111 | 100100 | 101100 |
Color Harmonies of #987B47
Complementary color
Monochromatic Colors of #987B47
Black with #987B47
Text Example
Text Example
White with #987B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B47; }
p { color: rgb(152,123,71); }
H1.HeaderClassName
{
color: #987B47;
}
.AnyTagClassName
{
color: #987B47;
}
</style>
background-color css
<style>
a { background-color: #987B47; }
a { background-color: rgb(152,123,71); }
div.DivClassName
{
background-color: #987B47;
}
.BgClassName
{
background-color: #987B47;
}
</style>
border-color css
<style>
span { border-color: #987B47; }
span { border-color: rgb(152,123,71); }
td.TdClassName
{
border-color: #987B47;
}
.TagClassName
{
border-color: #987B47;
}
</style>