Shades of Muesli #937C47
Tints of Muesli #937C47
RGB
CMYK
RGB Variations
Color information
#937C47 (or 0x937C47) is known color: Muesli. HEX triplet: 93, 7C and 47. RGB value is (147,124,71). Sum of RGB (Red+Green+Blue) = 147+124+71=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #937C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937C47 is #6C83B8. Grayscale: #7D7D7D. Windows color (decimal): -7111609 or 4684947. OLE color: 4684947.
HSL color Cylindrical-coordinate representation of color #937C47: hue angle of 41.84º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #937C47 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 124 | 71 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.42 |
| HSL | 41.84º | 0.35% | 0.43% | - |
| HSV(B) | 41.84º | 0.52% | 0.58% | - |
| XYZ | 20.38 | 21.07 | 8.95 | - |
| YUV | 124.84 | 97.62 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 71 | 0 | 0.16 | 0.52 | 0.42 | 41.84 | 0.35 | 0.43 |
| Hex | 93 | 7C | 47 | 0 | 10 | 34 | 2A | 2A | 23 | 2B |
| Octal | 223 | 174 | 107 | 0 | 20 | 64 | 52 | 52 | 43 | 53 |
| Binary | 10010011 | 1111100 | 1000111 | 0 | 10000 | 110100 | 101010 | 101010 | 100011 | 101011 |
Color Harmonies of #937C47
Complementary color
Monochromatic Colors of #937C47
Black with #937C47
Text Example
Text Example
White with #937C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937C47; }
p { color: rgb(147,124,71); }
H1.HeaderClassName
{
color: #937C47;
}
.AnyTagClassName
{
color: #937C47;
}
</style>
background-color css
<style>
a { background-color: #937C47; }
a { background-color: rgb(147,124,71); }
div.DivClassName
{
background-color: #937C47;
}
.BgClassName
{
background-color: #937C47;
}
</style>
border-color css
<style>
span { border-color: #937C47; }
span { border-color: rgb(147,124,71); }
td.TdClassName
{
border-color: #937C47;
}
.TagClassName
{
border-color: #937C47;
}
</style>