Shades of Muesli #998248
Tints of Muesli #998248
RGB
CMYK
RGB Variations
Color information
#998248 (or 0x998248) is known color: Muesli. HEX triplet: 99, 82 and 48. RGB value is (153,130,72). Sum of RGB (Red+Green+Blue) = 153+130+72=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #998248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998248 is #667DB7. Grayscale: #828282. Windows color (decimal): -6716856 or 4752025. OLE color: 4752025.
HSL color Cylindrical-coordinate representation of color #998248: hue angle of 42.96º 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 #998248 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 72 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.4 |
| HSL | 42.96º | 0.36% | 0.44% | - |
| HSV(B) | 42.96º | 0.53% | 0.6% | - |
| XYZ | 22.29 | 23.21 | 9.44 | - |
| YUV | 130.27 | 95.12 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 72 | 0 | 0.15 | 0.53 | 0.4 | 42.96 | 0.36 | 0.44 |
| Hex | 99 | 82 | 48 | 0 | F | 35 | 28 | 2B | 24 | 2C |
| Octal | 231 | 202 | 110 | 0 | 17 | 65 | 50 | 53 | 44 | 54 |
| Binary | 10011001 | 10000010 | 1001000 | 0 | 1111 | 110101 | 101000 | 101011 | 100100 | 101100 |
Color Harmonies of #998248
Complementary color
Monochromatic Colors of #998248
Black with #998248
Text Example
Text Example
White with #998248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998248; }
p { color: rgb(153,130,72); }
H1.HeaderClassName
{
color: #998248;
}
.AnyTagClassName
{
color: #998248;
}
</style>
background-color css
<style>
a { background-color: #998248; }
a { background-color: rgb(153,130,72); }
div.DivClassName
{
background-color: #998248;
}
.BgClassName
{
background-color: #998248;
}
</style>
border-color css
<style>
span { border-color: #998248; }
span { border-color: rgb(153,130,72); }
td.TdClassName
{
border-color: #998248;
}
.TagClassName
{
border-color: #998248;
}
</style>