Shades of Muesli #937D49
Tints of Muesli #937D49
RGB
CMYK
RGB Variations
Color information
#937D49 (or 0x937D49) is known color: Muesli. HEX triplet: 93, 7D and 49. RGB value is (147,125,73). Sum of RGB (Red+Green+Blue) = 147+125+73=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #937D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937D49 is #6C82B6. Grayscale: #7D7D7D. Windows color (decimal): -7111351 or 4816275. OLE color: 4816275.
HSL color Cylindrical-coordinate representation of color #937D49: hue angle of 42.16º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #937D49 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 125 | 73 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.42 |
| HSL | 42.16º | 0.34% | 0.43% | - |
| HSV(B) | 42.16º | 0.5% | 0.58% | - |
| XYZ | 20.57 | 21.35 | 9.34 | - |
| YUV | 125.65 | 98.29 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 73 | 0 | 0.15 | 0.50 | 0.42 | 42.16 | 0.34 | 0.43 |
| Hex | 93 | 7D | 49 | 0 | F | 32 | 2A | 2A | 22 | 2B |
| Octal | 223 | 175 | 111 | 0 | 17 | 62 | 52 | 52 | 42 | 53 |
| Binary | 10010011 | 1111101 | 1001001 | 0 | 1111 | 110010 | 101010 | 101010 | 100010 | 101011 |
Color Harmonies of #937D49
Complementary color
Monochromatic Colors of #937D49
Black with #937D49
Text Example
Text Example
White with #937D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937D49; }
p { color: rgb(147,125,73); }
H1.HeaderClassName
{
color: #937D49;
}
.AnyTagClassName
{
color: #937D49;
}
</style>
background-color css
<style>
a { background-color: #937D49; }
a { background-color: rgb(147,125,73); }
div.DivClassName
{
background-color: #937D49;
}
.BgClassName
{
background-color: #937D49;
}
</style>
border-color css
<style>
span { border-color: #937D49; }
span { border-color: rgb(147,125,73); }
td.TdClassName
{
border-color: #937D49;
}
.TagClassName
{
border-color: #937D49;
}
</style>