Shades of Muesli #997B49
Tints of Muesli #997B49
RGB
CMYK
RGB Variations
Color information
#997B49 (or 0x997B49) is known color: Muesli. HEX triplet: 99, 7B and 49. RGB value is (153,123,73). Sum of RGB (Red+Green+Blue) = 153+123+73=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #997B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997B49 is #6684B6. Grayscale: #7E7E7E. Windows color (decimal): -6718647 or 4815769. OLE color: 4815769.
HSL color Cylindrical-coordinate representation of color #997B49: hue angle of 37.5º 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 #997B49 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 123 | 73 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.4 |
| HSL | 37.5º | 0.35% | 0.44% | - |
| HSV(B) | 37.5º | 0.52% | 0.6% | - |
| XYZ | 21.42 | 21.42 | 9.31 | - |
| YUV | 126.27 | 97.94 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 73 | 0 | 0.20 | 0.52 | 0.4 | 37.5 | 0.35 | 0.44 |
| Hex | 99 | 7B | 49 | 0 | 14 | 34 | 28 | 26 | 23 | 2C |
| Octal | 231 | 173 | 111 | 0 | 24 | 64 | 50 | 46 | 43 | 54 |
| Binary | 10011001 | 1111011 | 1001001 | 0 | 10100 | 110100 | 101000 | 100110 | 100011 | 101100 |
Color Harmonies of #997B49
Complementary color
Monochromatic Colors of #997B49
Black with #997B49
Text Example
Text Example
White with #997B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997B49; }
p { color: rgb(153,123,73); }
H1.HeaderClassName
{
color: #997B49;
}
.AnyTagClassName
{
color: #997B49;
}
</style>
background-color css
<style>
a { background-color: #997B49; }
a { background-color: rgb(153,123,73); }
div.DivClassName
{
background-color: #997B49;
}
.BgClassName
{
background-color: #997B49;
}
</style>
border-color css
<style>
span { border-color: #997B49; }
span { border-color: rgb(153,123,73); }
td.TdClassName
{
border-color: #997B49;
}
.TagClassName
{
border-color: #997B49;
}
</style>