Shades of Muesli #987849
Tints of Muesli #987849
RGB
CMYK
RGB Variations
Color information
#987849 (or 0x987849) is known color: Muesli. HEX triplet: 98, 78 and 49. RGB value is (152,120,73). Sum of RGB (Red+Green+Blue) = 152+120+73=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #987849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987849 is #6787B6. Grayscale: #7C7C7C. Windows color (decimal): -6784951 or 4815000. OLE color: 4815000.
HSL color Cylindrical-coordinate representation of color #987849: hue angle of 35.7º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #987849 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 120 | 73 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.40 |
| HSL | 35.7º | 0.35% | 0.44% | - |
| HSV(B) | 35.7º | 0.52% | 0.6% | - |
| XYZ | 20.87 | 20.59 | 9.18 | - |
| YUV | 124.21 | 99.1 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 73 | 0 | 0.21 | 0.52 | 0.40 | 35.7 | 0.35 | 0.44 |
| Hex | 98 | 78 | 49 | 0 | 15 | 34 | 28 | 24 | 23 | 2C |
| Octal | 230 | 170 | 111 | 0 | 25 | 64 | 50 | 44 | 43 | 54 |
| Binary | 10011000 | 1111000 | 1001001 | 0 | 10101 | 110100 | 101000 | 100100 | 100011 | 101100 |
Color Harmonies of #987849
Complementary color
Monochromatic Colors of #987849
Black with #987849
Text Example
Text Example
White with #987849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987849; }
p { color: rgb(152,120,73); }
H1.HeaderClassName
{
color: #987849;
}
.AnyTagClassName
{
color: #987849;
}
</style>
background-color css
<style>
a { background-color: #987849; }
a { background-color: rgb(152,120,73); }
div.DivClassName
{
background-color: #987849;
}
.BgClassName
{
background-color: #987849;
}
</style>
border-color css
<style>
span { border-color: #987849; }
span { border-color: rgb(152,120,73); }
td.TdClassName
{
border-color: #987849;
}
.TagClassName
{
border-color: #987849;
}
</style>