Shades of Muesli #937C51
Tints of Muesli #937C51
RGB
CMYK
RGB Variations
Color information
#937C51 (or 0x937C51) is known color: Muesli. HEX triplet: 93, 7C and 51. RGB value is (147,124,81). Sum of RGB (Red+Green+Blue) = 147+124+81=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 147 - color contains mainly: red. Hex color #937C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937C51 is #6C83AE. Grayscale: #7E7E7E. Windows color (decimal): -7111599 or 5340307. OLE color: 5340307.
HSL color Cylindrical-coordinate representation of color #937C51: hue angle of 39.09º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #937C51 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 124 | 81 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.42 |
| HSL | 39.09º | 0.29% | 0.45% | - |
| HSV(B) | 39.09º | 0.45% | 0.58% | - |
| XYZ | 20.73 | 21.21 | 10.79 | - |
| YUV | 125.98 | 102.62 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 81 | 0 | 0.16 | 0.45 | 0.42 | 39.09 | 0.29 | 0.45 |
| Hex | 93 | 7C | 51 | 0 | 10 | 2D | 2A | 27 | 1D | 2D |
| Octal | 223 | 174 | 121 | 0 | 20 | 55 | 52 | 47 | 35 | 55 |
| Binary | 10010011 | 1111100 | 1010001 | 0 | 10000 | 101101 | 101010 | 100111 | 11101 | 101101 |
Color Harmonies of #937C51
Complementary color
Monochromatic Colors of #937C51
Black with #937C51
Text Example
Text Example
White with #937C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937C51; }
p { color: rgb(147,124,81); }
H1.HeaderClassName
{
color: #937C51;
}
.AnyTagClassName
{
color: #937C51;
}
</style>
background-color css
<style>
a { background-color: #937C51; }
a { background-color: rgb(147,124,81); }
div.DivClassName
{
background-color: #937C51;
}
.BgClassName
{
background-color: #937C51;
}
</style>
border-color css
<style>
span { border-color: #937C51; }
span { border-color: rgb(147,124,81); }
td.TdClassName
{
border-color: #937C51;
}
.TagClassName
{
border-color: #937C51;
}
</style>