Shades of Muesli #998449
Tints of Muesli #998449
RGB
CMYK
RGB Variations
Color information
#998449 (or 0x998449) is known color: Muesli. HEX triplet: 99, 84 and 49. RGB value is (153,132,73). Sum of RGB (Red+Green+Blue) = 153+132+73=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #998449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998449 is #667BB6. Grayscale: #838383. Windows color (decimal): -6716343 or 4818073. OLE color: 4818073.
HSL color Cylindrical-coordinate representation of color #998449: hue angle of 44.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #998449 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 73 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.4 |
| HSL | 44.25º | 0.35% | 0.44% | - |
| HSV(B) | 44.25º | 0.52% | 0.6% | - |
| XYZ | 22.59 | 23.76 | 9.7 | - |
| YUV | 131.55 | 94.96 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 73 | 0 | 0.14 | 0.52 | 0.4 | 44.25 | 0.35 | 0.44 |
| Hex | 99 | 84 | 49 | 0 | E | 34 | 28 | 2C | 23 | 2C |
| Octal | 231 | 204 | 111 | 0 | 16 | 64 | 50 | 54 | 43 | 54 |
| Binary | 10011001 | 10000100 | 1001001 | 0 | 1110 | 110100 | 101000 | 101100 | 100011 | 101100 |
Color Harmonies of #998449
Complementary color
Monochromatic Colors of #998449
Black with #998449
Text Example
Text Example
White with #998449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998449; }
p { color: rgb(153,132,73); }
H1.HeaderClassName
{
color: #998449;
}
.AnyTagClassName
{
color: #998449;
}
</style>
background-color css
<style>
a { background-color: #998449; }
a { background-color: rgb(153,132,73); }
div.DivClassName
{
background-color: #998449;
}
.BgClassName
{
background-color: #998449;
}
</style>
border-color css
<style>
span { border-color: #998449; }
span { border-color: rgb(153,132,73); }
td.TdClassName
{
border-color: #998449;
}
.TagClassName
{
border-color: #998449;
}
</style>