Shades of Muesli #937D50
Tints of Muesli #937D50
RGB
CMYK
RGB Variations
Color information
#937D50 (or 0x937D50) is known color: Muesli. HEX triplet: 93, 7D and 50. RGB value is (147,125,80). Sum of RGB (Red+Green+Blue) = 147+125+80=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 147 - color contains mainly: red. Hex color #937D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937D50 is #6C82AF. Grayscale: #7E7E7E. Windows color (decimal): -7111344 or 5275027. OLE color: 5275027.
HSL color Cylindrical-coordinate representation of color #937D50: hue angle of 40.3º 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 #937D50 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 125 | 80 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.42 |
| HSL | 40.3º | 0.3% | 0.45% | - |
| HSV(B) | 40.3º | 0.46% | 0.58% | - |
| XYZ | 20.81 | 21.45 | 10.63 | - |
| YUV | 126.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 80 | 0 | 0.15 | 0.46 | 0.42 | 40.3 | 0.3 | 0.45 |
| Hex | 93 | 7D | 50 | 0 | F | 2E | 2A | 28 | 1E | 2D |
| Octal | 223 | 175 | 120 | 0 | 17 | 56 | 52 | 50 | 36 | 55 |
| Binary | 10010011 | 1111101 | 1010000 | 0 | 1111 | 101110 | 101010 | 101000 | 11110 | 101101 |
Color Harmonies of #937D50
Complementary color
Monochromatic Colors of #937D50
Black with #937D50
Text Example
Text Example
White with #937D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937D50; }
p { color: rgb(147,125,80); }
H1.HeaderClassName
{
color: #937D50;
}
.AnyTagClassName
{
color: #937D50;
}
</style>
background-color css
<style>
a { background-color: #937D50; }
a { background-color: rgb(147,125,80); }
div.DivClassName
{
background-color: #937D50;
}
.BgClassName
{
background-color: #937D50;
}
</style>
border-color css
<style>
span { border-color: #937D50; }
span { border-color: rgb(147,125,80); }
td.TdClassName
{
border-color: #937D50;
}
.TagClassName
{
border-color: #937D50;
}
</style>