Shades of Muesli #937A50
Tints of Muesli #937A50
RGB
CMYK
RGB Variations
Color information
#937A50 (or 0x937A50) is known color: Muesli. HEX triplet: 93, 7A and 50. RGB value is (147,122,80). Sum of RGB (Red+Green+Blue) = 147+122+80=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #937A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937A50 is #6C85AF. Grayscale: #7C7C7C. Windows color (decimal): -7112112 or 5274259. OLE color: 5274259.
HSL color Cylindrical-coordinate representation of color #937A50: hue angle of 37.61º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #937A50 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 122 | 80 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.42 |
| HSL | 37.61º | 0.3% | 0.45% | - |
| HSV(B) | 37.61º | 0.46% | 0.58% | - |
| XYZ | 20.44 | 20.7 | 10.51 | - |
| YUV | 124.69 | 102.78 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 80 | 0 | 0.17 | 0.46 | 0.42 | 37.61 | 0.3 | 0.45 |
| Hex | 93 | 7A | 50 | 0 | 11 | 2E | 2A | 26 | 1E | 2D |
| Octal | 223 | 172 | 120 | 0 | 21 | 56 | 52 | 46 | 36 | 55 |
| Binary | 10010011 | 1111010 | 1010000 | 0 | 10001 | 101110 | 101010 | 100110 | 11110 | 101101 |
Color Harmonies of #937A50
Complementary color
Monochromatic Colors of #937A50
Black with #937A50
Text Example
Text Example
White with #937A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937A50; }
p { color: rgb(147,122,80); }
H1.HeaderClassName
{
color: #937A50;
}
.AnyTagClassName
{
color: #937A50;
}
</style>
background-color css
<style>
a { background-color: #937A50; }
a { background-color: rgb(147,122,80); }
div.DivClassName
{
background-color: #937A50;
}
.BgClassName
{
background-color: #937A50;
}
</style>
border-color css
<style>
span { border-color: #937A50; }
span { border-color: rgb(147,122,80); }
td.TdClassName
{
border-color: #937A50;
}
.TagClassName
{
border-color: #937A50;
}
</style>