Shades of Muesli #988553
Tints of Muesli #988553
RGB
CMYK
RGB Variations
Color information
#988553 (or 0x988553) is known color: Muesli. HEX triplet: 98, 85 and 53. RGB value is (152,133,83). Sum of RGB (Red+Green+Blue) = 152+133+83=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #988553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988553 is #677AAC. Grayscale: #858585. Windows color (decimal): -6781613 or 5473688. OLE color: 5473688.
HSL color Cylindrical-coordinate representation of color #988553: hue angle of 43.48º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #988553 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 133 | 83 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.40 |
| HSL | 43.48º | 0.29% | 0.46% | - |
| HSV(B) | 43.48º | 0.45% | 0.6% | - |
| XYZ | 22.9 | 24.07 | 11.62 | - |
| YUV | 132.98 | 99.79 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 83 | 0 | 0.13 | 0.45 | 0.40 | 43.48 | 0.29 | 0.46 |
| Hex | 98 | 85 | 53 | 0 | D | 2D | 28 | 2B | 1D | 2E |
| Octal | 230 | 205 | 123 | 0 | 15 | 55 | 50 | 53 | 35 | 56 |
| Binary | 10011000 | 10000101 | 1010011 | 0 | 1101 | 101101 | 101000 | 101011 | 11101 | 101110 |
Color Harmonies of #988553
Complementary color
Monochromatic Colors of #988553
Black with #988553
Text Example
Text Example
White with #988553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988553; }
p { color: rgb(152,133,83); }
H1.HeaderClassName
{
color: #988553;
}
.AnyTagClassName
{
color: #988553;
}
</style>
background-color css
<style>
a { background-color: #988553; }
a { background-color: rgb(152,133,83); }
div.DivClassName
{
background-color: #988553;
}
.BgClassName
{
background-color: #988553;
}
</style>
border-color css
<style>
span { border-color: #988553; }
span { border-color: rgb(152,133,83); }
td.TdClassName
{
border-color: #988553;
}
.TagClassName
{
border-color: #988553;
}
</style>