Shades of Muesli #937C4A
Tints of Muesli #937C4A
RGB
CMYK
RGB Variations
Color information
#937C4A (or 0x937C4A) is known color: Muesli. HEX triplet: 93, 7C and 4A. RGB value is (147,124,74). Sum of RGB (Red+Green+Blue) = 147+124+74=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #937C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937C4A is #6C83B5. Grayscale: #7D7D7D. Windows color (decimal): -7111606 or 4881555. OLE color: 4881555.
HSL color Cylindrical-coordinate representation of color #937C4A: hue angle of 41.1º degrees, saturation: 0.33, 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 #937C4A is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 124 | 74 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.42 |
| HSL | 41.1º | 0.33% | 0.43% | - |
| HSV(B) | 41.1º | 0.5% | 0.58% | - |
| XYZ | 20.48 | 21.11 | 9.47 | - |
| YUV | 125.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 74 | 0 | 0.16 | 0.50 | 0.42 | 41.1 | 0.33 | 0.43 |
| Hex | 93 | 7C | 4A | 0 | 10 | 32 | 2A | 29 | 21 | 2B |
| Octal | 223 | 174 | 112 | 0 | 20 | 62 | 52 | 51 | 41 | 53 |
| Binary | 10010011 | 1111100 | 1001010 | 0 | 10000 | 110010 | 101010 | 101001 | 100001 | 101011 |
Color Harmonies of #937C4A
Complementary color
Monochromatic Colors of #937C4A
Black with #937C4A
Text Example
Text Example
White with #937C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937C4A; }
p { color: rgb(147,124,74); }
H1.HeaderClassName
{
color: #937C4A;
}
.AnyTagClassName
{
color: #937C4A;
}
</style>
background-color css
<style>
a { background-color: #937C4A; }
a { background-color: rgb(147,124,74); }
div.DivClassName
{
background-color: #937C4A;
}
.BgClassName
{
background-color: #937C4A;
}
</style>
border-color css
<style>
span { border-color: #937C4A; }
span { border-color: rgb(147,124,74); }
td.TdClassName
{
border-color: #937C4A;
}
.TagClassName
{
border-color: #937C4A;
}
</style>