Shades of Muesli #98855C
Tints of Muesli #98855C
RGB
CMYK
RGB Variations
Color information
#98855C (or 0x98855C) is known color: Muesli. HEX triplet: 98, 85 and 5C. RGB value is (152,133,92). Sum of RGB (Red+Green+Blue) = 152+133+92=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #98855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98855C is #677AA3. Grayscale: #868686. Windows color (decimal): -6781604 or 6063512. OLE color: 6063512.
HSL color Cylindrical-coordinate representation of color #98855C: hue angle of 41º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98855C is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 133 | 92 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.40 |
| HSL | 41º | 0.25% | 0.48% | - |
| HSV(B) | 41º | 0.39% | 0.6% | - |
| XYZ | 23.27 | 24.22 | 13.57 | - |
| YUV | 134.01 | 104.29 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 92 | 0 | 0.13 | 0.39 | 0.40 | 41 | 0.25 | 0.48 |
| Hex | 98 | 85 | 5C | 0 | D | 27 | 28 | 29 | 19 | 30 |
| Octal | 230 | 205 | 134 | 0 | 15 | 47 | 50 | 51 | 31 | 60 |
| Binary | 10011000 | 10000101 | 1011100 | 0 | 1101 | 100111 | 101000 | 101001 | 11001 | 110000 |
Color Harmonies of #98855C
Complementary color
Monochromatic Colors of #98855C
Black with #98855C
Text Example
Text Example
White with #98855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98855C; }
p { color: rgb(152,133,92); }
H1.HeaderClassName
{
color: #98855C;
}
.AnyTagClassName
{
color: #98855C;
}
</style>
background-color css
<style>
a { background-color: #98855C; }
a { background-color: rgb(152,133,92); }
div.DivClassName
{
background-color: #98855C;
}
.BgClassName
{
background-color: #98855C;
}
</style>
border-color css
<style>
span { border-color: #98855C; }
span { border-color: rgb(152,133,92); }
td.TdClassName
{
border-color: #98855C;
}
.TagClassName
{
border-color: #98855C;
}
</style>