Shades of Muesli #988550
Tints of Muesli #988550
RGB
CMYK
RGB Variations
Color information
#988550 (or 0x988550) is known color: Muesli. HEX triplet: 98, 85 and 50. RGB value is (152,133,80). Sum of RGB (Red+Green+Blue) = 152+133+80=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #988550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988550 is #677AAF. Grayscale: #848484. Windows color (decimal): -6781616 or 5277080. OLE color: 5277080.
HSL color Cylindrical-coordinate representation of color #988550: hue angle of 44.17º 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 #988550 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 133 | 80 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.40 |
| HSL | 44.17º | 0.31% | 0.45% | - |
| HSV(B) | 44.17º | 0.47% | 0.6% | - |
| XYZ | 22.78 | 24.03 | 11.03 | - |
| YUV | 132.64 | 98.29 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 80 | 0 | 0.13 | 0.47 | 0.40 | 44.17 | 0.31 | 0.45 |
| Hex | 98 | 85 | 50 | 0 | D | 2F | 28 | 2C | 1F | 2D |
| Octal | 230 | 205 | 120 | 0 | 15 | 57 | 50 | 54 | 37 | 55 |
| Binary | 10011000 | 10000101 | 1010000 | 0 | 1101 | 101111 | 101000 | 101100 | 11111 | 101101 |
Color Harmonies of #988550
Complementary color
Monochromatic Colors of #988550
Black with #988550
Text Example
Text Example
White with #988550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988550; }
p { color: rgb(152,133,80); }
H1.HeaderClassName
{
color: #988550;
}
.AnyTagClassName
{
color: #988550;
}
</style>
background-color css
<style>
a { background-color: #988550; }
a { background-color: rgb(152,133,80); }
div.DivClassName
{
background-color: #988550;
}
.BgClassName
{
background-color: #988550;
}
</style>
border-color css
<style>
span { border-color: #988550; }
span { border-color: rgb(152,133,80); }
td.TdClassName
{
border-color: #988550;
}
.TagClassName
{
border-color: #988550;
}
</style>