Shades of Muesli #937C4C
Tints of Muesli #937C4C
RGB
CMYK
RGB Variations
Color information
#937C4C (or 0x937C4C) is known color: Muesli. HEX triplet: 93, 7C and 4C. RGB value is (147,124,76). Sum of RGB (Red+Green+Blue) = 147+124+76=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #937C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937C4C is #6C83B3. Grayscale: #7D7D7D. Windows color (decimal): -7111604 or 5012627. OLE color: 5012627.
HSL color Cylindrical-coordinate representation of color #937C4C: hue angle of 40.56º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #937C4C is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 124 | 76 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.42 |
| HSL | 40.56º | 0.32% | 0.44% | - |
| HSV(B) | 40.56º | 0.48% | 0.58% | - |
| XYZ | 20.54 | 21.14 | 9.84 | - |
| YUV | 125.41 | 100.12 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 76 | 0 | 0.16 | 0.48 | 0.42 | 40.56 | 0.32 | 0.44 |
| Hex | 93 | 7C | 4C | 0 | 10 | 30 | 2A | 29 | 20 | 2C |
| Octal | 223 | 174 | 114 | 0 | 20 | 60 | 52 | 51 | 40 | 54 |
| Binary | 10010011 | 1111100 | 1001100 | 0 | 10000 | 110000 | 101010 | 101001 | 100000 | 101100 |
Color Harmonies of #937C4C
Complementary color
Monochromatic Colors of #937C4C
Black with #937C4C
Text Example
Text Example
White with #937C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937C4C; }
p { color: rgb(147,124,76); }
H1.HeaderClassName
{
color: #937C4C;
}
.AnyTagClassName
{
color: #937C4C;
}
</style>
background-color css
<style>
a { background-color: #937C4C; }
a { background-color: rgb(147,124,76); }
div.DivClassName
{
background-color: #937C4C;
}
.BgClassName
{
background-color: #937C4C;
}
</style>
border-color css
<style>
span { border-color: #937C4C; }
span { border-color: rgb(147,124,76); }
td.TdClassName
{
border-color: #937C4C;
}
.TagClassName
{
border-color: #937C4C;
}
</style>