Shades of Muesli #988255
Tints of Muesli #988255
RGB
CMYK
RGB Variations
Color information
#988255 (or 0x988255) is known color: Muesli. HEX triplet: 98, 82 and 55. RGB value is (152,130,85). Sum of RGB (Red+Green+Blue) = 152+130+85=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #988255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988255 is #677DAA. Grayscale: #838383. Windows color (decimal): -6782379 or 5603992. OLE color: 5603992.
HSL color Cylindrical-coordinate representation of color #988255: hue angle of 40.3º 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 #988255 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 130 | 85 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.40 |
| HSL | 40.3º | 0.28% | 0.46% | - |
| HSV(B) | 40.3º | 0.44% | 0.6% | - |
| XYZ | 22.57 | 23.3 | 11.9 | - |
| YUV | 131.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 130 | 85 | 0 | 0.14 | 0.44 | 0.40 | 40.3 | 0.28 | 0.46 |
| Hex | 98 | 82 | 55 | 0 | E | 2C | 28 | 28 | 1C | 2E |
| Octal | 230 | 202 | 125 | 0 | 16 | 54 | 50 | 50 | 34 | 56 |
| Binary | 10011000 | 10000010 | 1010101 | 0 | 1110 | 101100 | 101000 | 101000 | 11100 | 101110 |
Color Harmonies of #988255
Complementary color
Monochromatic Colors of #988255
Black with #988255
Text Example
Text Example
White with #988255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988255; }
p { color: rgb(152,130,85); }
H1.HeaderClassName
{
color: #988255;
}
.AnyTagClassName
{
color: #988255;
}
</style>
background-color css
<style>
a { background-color: #988255; }
a { background-color: rgb(152,130,85); }
div.DivClassName
{
background-color: #988255;
}
.BgClassName
{
background-color: #988255;
}
</style>
border-color css
<style>
span { border-color: #988255; }
span { border-color: rgb(152,130,85); }
td.TdClassName
{
border-color: #988255;
}
.TagClassName
{
border-color: #988255;
}
</style>