Shades of Muesli #98855E
Tints of Muesli #98855E
RGB
CMYK
RGB Variations
Color information
#98855E (or 0x98855E) is known color: Muesli. HEX triplet: 98, 85 and 5E. RGB value is (152,133,94). Sum of RGB (Red+Green+Blue) = 152+133+94=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #98855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98855E is #677AA1. Grayscale: #868686. Windows color (decimal): -6781602 or 6194584. OLE color: 6194584.
HSL color Cylindrical-coordinate representation of color #98855E: hue angle of 40.34º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98855E is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 133 | 94 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.40 |
| HSL | 40.34º | 0.24% | 0.48% | - |
| HSV(B) | 40.34º | 0.38% | 0.6% | - |
| XYZ | 23.36 | 24.26 | 14.04 | - |
| YUV | 134.24 | 105.29 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 94 | 0 | 0.13 | 0.38 | 0.40 | 40.34 | 0.24 | 0.48 |
| Hex | 98 | 85 | 5E | 0 | D | 26 | 28 | 28 | 18 | 30 |
| Octal | 230 | 205 | 136 | 0 | 15 | 46 | 50 | 50 | 30 | 60 |
| Binary | 10011000 | 10000101 | 1011110 | 0 | 1101 | 100110 | 101000 | 101000 | 11000 | 110000 |
Color Harmonies of #98855E
Complementary color
Monochromatic Colors of #98855E
Black with #98855E
Text Example
Text Example
White with #98855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98855E; }
p { color: rgb(152,133,94); }
H1.HeaderClassName
{
color: #98855E;
}
.AnyTagClassName
{
color: #98855E;
}
</style>
background-color css
<style>
a { background-color: #98855E; }
a { background-color: rgb(152,133,94); }
div.DivClassName
{
background-color: #98855E;
}
.BgClassName
{
background-color: #98855E;
}
</style>
border-color css
<style>
span { border-color: #98855E; }
span { border-color: rgb(152,133,94); }
td.TdClassName
{
border-color: #98855E;
}
.TagClassName
{
border-color: #98855E;
}
</style>