Shades of Muesli #98845C
Tints of Muesli #98845C
RGB
CMYK
RGB Variations
Color information
#98845C (or 0x98845C) is known color: Muesli. HEX triplet: 98, 84 and 5C. RGB value is (152,132,92). Sum of RGB (Red+Green+Blue) = 152+132+92=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #98845C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98845C is #677BA3. Grayscale: #858585. Windows color (decimal): -6781860 or 6063256. OLE color: 6063256.
HSL color Cylindrical-coordinate representation of color #98845C: hue angle of 40º 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 #98845C is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 132 | 92 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.40 |
| HSL | 40º | 0.25% | 0.48% | - |
| HSV(B) | 40º | 0.39% | 0.6% | - |
| XYZ | 23.13 | 23.95 | 13.53 | - |
| YUV | 133.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 132 | 92 | 0 | 0.13 | 0.39 | 0.40 | 40 | 0.25 | 0.48 |
| Hex | 98 | 84 | 5C | 0 | D | 27 | 28 | 28 | 19 | 30 |
| Octal | 230 | 204 | 134 | 0 | 15 | 47 | 50 | 50 | 31 | 60 |
| Binary | 10011000 | 10000100 | 1011100 | 0 | 1101 | 100111 | 101000 | 101000 | 11001 | 110000 |
Color Harmonies of #98845C
Complementary color
Monochromatic Colors of #98845C
Black with #98845C
Text Example
Text Example
White with #98845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98845C; }
p { color: rgb(152,132,92); }
H1.HeaderClassName
{
color: #98845C;
}
.AnyTagClassName
{
color: #98845C;
}
</style>
background-color css
<style>
a { background-color: #98845C; }
a { background-color: rgb(152,132,92); }
div.DivClassName
{
background-color: #98845C;
}
.BgClassName
{
background-color: #98845C;
}
</style>
border-color css
<style>
span { border-color: #98845C; }
span { border-color: rgb(152,132,92); }
td.TdClassName
{
border-color: #98845C;
}
.TagClassName
{
border-color: #98845C;
}
</style>