Shades of Muesli #997849
Tints of Muesli #997849
RGB
CMYK
RGB Variations
Color information
#997849 (or 0x997849) is known color: Muesli. HEX triplet: 99, 78 and 49. RGB value is (153,120,73). Sum of RGB (Red+Green+Blue) = 153+120+73=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #997849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997849 is #6687B6. Grayscale: #7C7C7C. Windows color (decimal): -6719415 or 4815001. OLE color: 4815001.
HSL color Cylindrical-coordinate representation of color #997849: hue angle of 35.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 #997849 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 120 | 73 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.4 |
| HSL | 35.25º | 0.35% | 0.44% | - |
| HSV(B) | 35.25º | 0.52% | 0.6% | - |
| XYZ | 21.06 | 20.69 | 9.19 | - |
| YUV | 124.51 | 98.93 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 73 | 0 | 0.22 | 0.52 | 0.4 | 35.25 | 0.35 | 0.44 |
| Hex | 99 | 78 | 49 | 0 | 16 | 34 | 28 | 23 | 23 | 2C |
| Octal | 231 | 170 | 111 | 0 | 26 | 64 | 50 | 43 | 43 | 54 |
| Binary | 10011001 | 1111000 | 1001001 | 0 | 10110 | 110100 | 101000 | 100011 | 100011 | 101100 |
Color Harmonies of #997849
Complementary color
Monochromatic Colors of #997849
Black with #997849
Text Example
Text Example
White with #997849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997849; }
p { color: rgb(153,120,73); }
H1.HeaderClassName
{
color: #997849;
}
.AnyTagClassName
{
color: #997849;
}
</style>
background-color css
<style>
a { background-color: #997849; }
a { background-color: rgb(153,120,73); }
div.DivClassName
{
background-color: #997849;
}
.BgClassName
{
background-color: #997849;
}
</style>
border-color css
<style>
span { border-color: #997849; }
span { border-color: rgb(153,120,73); }
td.TdClassName
{
border-color: #997849;
}
.TagClassName
{
border-color: #997849;
}
</style>