Shades of Muesli #937D4C
Tints of Muesli #937D4C
RGB
CMYK
RGB Variations
Color information
#937D4C (or 0x937D4C) is known color: Muesli. HEX triplet: 93, 7D and 4C. RGB value is (147,125,76). Sum of RGB (Red+Green+Blue) = 147+125+76=348 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.24% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 147 - color contains mainly: red. Hex color #937D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937D4C is #6C82B3. Grayscale: #7E7E7E. Windows color (decimal): -7111348 or 5012883. OLE color: 5012883.
HSL color Cylindrical-coordinate representation of color #937D4C: hue angle of 41.41º 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 #937D4C is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 125 | 76 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.42 |
| HSL | 41.41º | 0.32% | 0.44% | - |
| HSV(B) | 41.41º | 0.48% | 0.58% | - |
| XYZ | 20.67 | 21.39 | 9.88 | - |
| YUV | 125.99 | 99.79 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 76 | 0 | 0.15 | 0.48 | 0.42 | 41.41 | 0.32 | 0.44 |
| Hex | 93 | 7D | 4C | 0 | F | 30 | 2A | 29 | 20 | 2C |
| Octal | 223 | 175 | 114 | 0 | 17 | 60 | 52 | 51 | 40 | 54 |
| Binary | 10010011 | 1111101 | 1001100 | 0 | 1111 | 110000 | 101010 | 101001 | 100000 | 101100 |
Color Harmonies of #937D4C
Complementary color
Monochromatic Colors of #937D4C
Black with #937D4C
Text Example
Text Example
White with #937D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937D4C; }
p { color: rgb(147,125,76); }
H1.HeaderClassName
{
color: #937D4C;
}
.AnyTagClassName
{
color: #937D4C;
}
</style>
background-color css
<style>
a { background-color: #937D4C; }
a { background-color: rgb(147,125,76); }
div.DivClassName
{
background-color: #937D4C;
}
.BgClassName
{
background-color: #937D4C;
}
</style>
border-color css
<style>
span { border-color: #937D4C; }
span { border-color: rgb(147,125,76); }
td.TdClassName
{
border-color: #937D4C;
}
.TagClassName
{
border-color: #937D4C;
}
</style>