Shades of Muesli #987C50
Tints of Muesli #987C50
RGB
CMYK
RGB Variations
Color information
#987C50 (or 0x987C50) is known color: Muesli. HEX triplet: 98, 7C and 50. RGB value is (152,124,80). Sum of RGB (Red+Green+Blue) = 152+124+80=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #987C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987C50 is #6783AF. Grayscale: #7F7F7F. Windows color (decimal): -6783920 or 5274776. OLE color: 5274776.
HSL color Cylindrical-coordinate representation of color #987C50: hue angle of 36.67º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #987C50 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 80 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.40 |
| HSL | 36.67º | 0.31% | 0.45% | - |
| HSV(B) | 36.67º | 0.47% | 0.6% | - |
| XYZ | 21.6 | 21.67 | 10.63 | - |
| YUV | 127.36 | 101.28 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 80 | 0 | 0.18 | 0.47 | 0.40 | 36.67 | 0.31 | 0.45 |
| Hex | 98 | 7C | 50 | 0 | 12 | 2F | 28 | 25 | 1F | 2D |
| Octal | 230 | 174 | 120 | 0 | 22 | 57 | 50 | 45 | 37 | 55 |
| Binary | 10011000 | 1111100 | 1010000 | 0 | 10010 | 101111 | 101000 | 100101 | 11111 | 101101 |
Color Harmonies of #987C50
Complementary color
Monochromatic Colors of #987C50
Black with #987C50
Text Example
Text Example
White with #987C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C50; }
p { color: rgb(152,124,80); }
H1.HeaderClassName
{
color: #987C50;
}
.AnyTagClassName
{
color: #987C50;
}
</style>
background-color css
<style>
a { background-color: #987C50; }
a { background-color: rgb(152,124,80); }
div.DivClassName
{
background-color: #987C50;
}
.BgClassName
{
background-color: #987C50;
}
</style>
border-color css
<style>
span { border-color: #987C50; }
span { border-color: rgb(152,124,80); }
td.TdClassName
{
border-color: #987C50;
}
.TagClassName
{
border-color: #987C50;
}
</style>