Shades of Muesli #988050
Tints of Muesli #988050
RGB
CMYK
RGB Variations
Color information
#988050 (or 0x988050) is known color: Muesli. HEX triplet: 98, 80 and 50. RGB value is (152,128,80). Sum of RGB (Red+Green+Blue) = 152+128+80=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #988050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988050 is #677FAF. Grayscale: #818181. Windows color (decimal): -6782896 or 5275800. OLE color: 5275800.
HSL color Cylindrical-coordinate representation of color #988050: hue angle of 40º 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 #988050 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 128 | 80 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.40 |
| HSL | 40º | 0.31% | 0.45% | - |
| HSV(B) | 40º | 0.47% | 0.6% | - |
| XYZ | 22.12 | 22.69 | 10.8 | - |
| YUV | 129.7 | 99.95 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 128 | 80 | 0 | 0.16 | 0.47 | 0.40 | 40 | 0.31 | 0.45 |
| Hex | 98 | 80 | 50 | 0 | 10 | 2F | 28 | 28 | 1F | 2D |
| Octal | 230 | 200 | 120 | 0 | 20 | 57 | 50 | 50 | 37 | 55 |
| Binary | 10011000 | 10000000 | 1010000 | 0 | 10000 | 101111 | 101000 | 101000 | 11111 | 101101 |
Color Harmonies of #988050
Complementary color
Monochromatic Colors of #988050
Black with #988050
Text Example
Text Example
White with #988050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988050; }
p { color: rgb(152,128,80); }
H1.HeaderClassName
{
color: #988050;
}
.AnyTagClassName
{
color: #988050;
}
</style>
background-color css
<style>
a { background-color: #988050; }
a { background-color: rgb(152,128,80); }
div.DivClassName
{
background-color: #988050;
}
.BgClassName
{
background-color: #988050;
}
</style>
border-color css
<style>
span { border-color: #988050; }
span { border-color: rgb(152,128,80); }
td.TdClassName
{
border-color: #988050;
}
.TagClassName
{
border-color: #988050;
}
</style>