Shades of Muesli #988555
Tints of Muesli #988555
RGB
CMYK
RGB Variations
Color information
#988555 (or 0x988555) is known color: Muesli. HEX triplet: 98, 85 and 55. RGB value is (152,133,85). Sum of RGB (Red+Green+Blue) = 152+133+85=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #988555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988555 is #677AAA. Grayscale: #858585. Windows color (decimal): -6781611 or 5604760. OLE color: 5604760.
HSL color Cylindrical-coordinate representation of color #988555: hue angle of 42.99º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #988555 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 133 | 85 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.40 |
| HSL | 42.99º | 0.28% | 0.46% | - |
| HSV(B) | 42.99º | 0.44% | 0.6% | - |
| XYZ | 22.98 | 24.11 | 12.04 | - |
| YUV | 133.21 | 100.79 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 85 | 0 | 0.13 | 0.44 | 0.40 | 42.99 | 0.28 | 0.46 |
| Hex | 98 | 85 | 55 | 0 | D | 2C | 28 | 2B | 1C | 2E |
| Octal | 230 | 205 | 125 | 0 | 15 | 54 | 50 | 53 | 34 | 56 |
| Binary | 10011000 | 10000101 | 1010101 | 0 | 1101 | 101100 | 101000 | 101011 | 11100 | 101110 |
Color Harmonies of #988555
Complementary color
Monochromatic Colors of #988555
Black with #988555
Text Example
Text Example
White with #988555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988555; }
p { color: rgb(152,133,85); }
H1.HeaderClassName
{
color: #988555;
}
.AnyTagClassName
{
color: #988555;
}
</style>
background-color css
<style>
a { background-color: #988555; }
a { background-color: rgb(152,133,85); }
div.DivClassName
{
background-color: #988555;
}
.BgClassName
{
background-color: #988555;
}
</style>
border-color css
<style>
span { border-color: #988555; }
span { border-color: rgb(152,133,85); }
td.TdClassName
{
border-color: #988555;
}
.TagClassName
{
border-color: #988555;
}
</style>