Shades of Muesli #937D4E
Tints of Muesli #937D4E
RGB
CMYK
RGB Variations
Color information
#937D4E (or 0x937D4E) is known color: Muesli. HEX triplet: 93, 7D and 4E. RGB value is (147,125,78). Sum of RGB (Red+Green+Blue) = 147+125+78=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 147 - color contains mainly: red. Hex color #937D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937D4E is #6C82B1. Grayscale: #7E7E7E. Windows color (decimal): -7111346 or 5143955. OLE color: 5143955.
HSL color Cylindrical-coordinate representation of color #937D4E: hue angle of 40.87º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #937D4E is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 125 | 78 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.42 |
| HSL | 40.87º | 0.31% | 0.44% | - |
| HSV(B) | 40.87º | 0.47% | 0.58% | - |
| XYZ | 20.74 | 21.42 | 10.25 | - |
| YUV | 126.22 | 100.79 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 78 | 0 | 0.15 | 0.47 | 0.42 | 40.87 | 0.31 | 0.44 |
| Hex | 93 | 7D | 4E | 0 | F | 2F | 2A | 29 | 1F | 2C |
| Octal | 223 | 175 | 116 | 0 | 17 | 57 | 52 | 51 | 37 | 54 |
| Binary | 10010011 | 1111101 | 1001110 | 0 | 1111 | 101111 | 101010 | 101001 | 11111 | 101100 |
Color Harmonies of #937D4E
Complementary color
Monochromatic Colors of #937D4E
Black with #937D4E
Text Example
Text Example
White with #937D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937D4E; }
p { color: rgb(147,125,78); }
H1.HeaderClassName
{
color: #937D4E;
}
.AnyTagClassName
{
color: #937D4E;
}
</style>
background-color css
<style>
a { background-color: #937D4E; }
a { background-color: rgb(147,125,78); }
div.DivClassName
{
background-color: #937D4E;
}
.BgClassName
{
background-color: #937D4E;
}
</style>
border-color css
<style>
span { border-color: #937D4E; }
span { border-color: rgb(147,125,78); }
td.TdClassName
{
border-color: #937D4E;
}
.TagClassName
{
border-color: #937D4E;
}
</style>