Shades of Muesli #988558
Tints of Muesli #988558
RGB
CMYK
RGB Variations
Color information
#988558 (or 0x988558) is known color: Muesli. HEX triplet: 98, 85 and 58. RGB value is (152,133,88). Sum of RGB (Red+Green+Blue) = 152+133+88=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #988558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988558 is #677AA7. Grayscale: #858585. Windows color (decimal): -6781608 or 5801368. OLE color: 5801368.
HSL color Cylindrical-coordinate representation of color #988558: hue angle of 42.19º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #988558 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 133 | 88 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.40 |
| HSL | 42.19º | 0.27% | 0.47% | - |
| HSV(B) | 42.19º | 0.42% | 0.6% | - |
| XYZ | 23.1 | 24.16 | 12.68 | - |
| YUV | 133.55 | 102.29 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 88 | 0 | 0.13 | 0.42 | 0.40 | 42.19 | 0.27 | 0.47 |
| Hex | 98 | 85 | 58 | 0 | D | 2A | 28 | 2A | 1B | 2F |
| Octal | 230 | 205 | 130 | 0 | 15 | 52 | 50 | 52 | 33 | 57 |
| Binary | 10011000 | 10000101 | 1011000 | 0 | 1101 | 101010 | 101000 | 101010 | 11011 | 101111 |
Color Harmonies of #988558
Complementary color
Monochromatic Colors of #988558
Black with #988558
Text Example
Text Example
White with #988558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988558; }
p { color: rgb(152,133,88); }
H1.HeaderClassName
{
color: #988558;
}
.AnyTagClassName
{
color: #988558;
}
</style>
background-color css
<style>
a { background-color: #988558; }
a { background-color: rgb(152,133,88); }
div.DivClassName
{
background-color: #988558;
}
.BgClassName
{
background-color: #988558;
}
</style>
border-color css
<style>
span { border-color: #988558; }
span { border-color: rgb(152,133,88); }
td.TdClassName
{
border-color: #988558;
}
.TagClassName
{
border-color: #988558;
}
</style>