Shades of Muesli #997D49
Tints of Muesli #997D49
RGB
CMYK
RGB Variations
Color information
#997D49 (or 0x997D49) is known color: Muesli. HEX triplet: 99, 7D and 49. RGB value is (153,125,73). Sum of RGB (Red+Green+Blue) = 153+125+73=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #997D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997D49 is #6682B6. Grayscale: #7F7F7F. Windows color (decimal): -6718135 or 4816281. OLE color: 4816281.
HSL color Cylindrical-coordinate representation of color #997D49: hue angle of 39º 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 #997D49 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 125 | 73 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.4 |
| HSL | 39º | 0.35% | 0.44% | - |
| HSV(B) | 39º | 0.52% | 0.6% | - |
| XYZ | 21.67 | 21.92 | 9.39 | - |
| YUV | 127.44 | 97.28 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 73 | 0 | 0.18 | 0.52 | 0.4 | 39 | 0.35 | 0.44 |
| Hex | 99 | 7D | 49 | 0 | 12 | 34 | 28 | 27 | 23 | 2C |
| Octal | 231 | 175 | 111 | 0 | 22 | 64 | 50 | 47 | 43 | 54 |
| Binary | 10011001 | 1111101 | 1001001 | 0 | 10010 | 110100 | 101000 | 100111 | 100011 | 101100 |
Color Harmonies of #997D49
Complementary color
Monochromatic Colors of #997D49
Black with #997D49
Text Example
Text Example
White with #997D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997D49; }
p { color: rgb(153,125,73); }
H1.HeaderClassName
{
color: #997D49;
}
.AnyTagClassName
{
color: #997D49;
}
</style>
background-color css
<style>
a { background-color: #997D49; }
a { background-color: rgb(153,125,73); }
div.DivClassName
{
background-color: #997D49;
}
.BgClassName
{
background-color: #997D49;
}
</style>
border-color css
<style>
span { border-color: #997D49; }
span { border-color: rgb(153,125,73); }
td.TdClassName
{
border-color: #997D49;
}
.TagClassName
{
border-color: #997D49;
}
</style>