Shades of Muesli #988248
Tints of Muesli #988248
RGB
CMYK
RGB Variations
Color information
#988248 (or 0x988248) is known color: Muesli. HEX triplet: 98, 82 and 48. RGB value is (152,130,72). Sum of RGB (Red+Green+Blue) = 152+130+72=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #988248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988248 is #677DB7. Grayscale: #828282. Windows color (decimal): -6782392 or 4752024. OLE color: 4752024.
HSL color Cylindrical-coordinate representation of color #988248: hue angle of 43.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #988248 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 130 | 72 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.40 |
| HSL | 43.5º | 0.36% | 0.44% | - |
| HSV(B) | 43.5º | 0.53% | 0.6% | - |
| XYZ | 22.1 | 23.11 | 9.43 | - |
| YUV | 129.97 | 95.29 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 130 | 72 | 0 | 0.14 | 0.53 | 0.40 | 43.5 | 0.36 | 0.44 |
| Hex | 98 | 82 | 48 | 0 | E | 35 | 28 | 2C | 24 | 2C |
| Octal | 230 | 202 | 110 | 0 | 16 | 65 | 50 | 54 | 44 | 54 |
| Binary | 10011000 | 10000010 | 1001000 | 0 | 1110 | 110101 | 101000 | 101100 | 100100 | 101100 |
Color Harmonies of #988248
Complementary color
Monochromatic Colors of #988248
Black with #988248
Text Example
Text Example
White with #988248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988248; }
p { color: rgb(152,130,72); }
H1.HeaderClassName
{
color: #988248;
}
.AnyTagClassName
{
color: #988248;
}
</style>
background-color css
<style>
a { background-color: #988248; }
a { background-color: rgb(152,130,72); }
div.DivClassName
{
background-color: #988248;
}
.BgClassName
{
background-color: #988248;
}
</style>
border-color css
<style>
span { border-color: #988248; }
span { border-color: rgb(152,130,72); }
td.TdClassName
{
border-color: #988248;
}
.TagClassName
{
border-color: #988248;
}
</style>