Shades of Muesli #937D45
Tints of Muesli #937D45
RGB
CMYK
RGB Variations
Color information
#937D45 (or 0x937D45) is known color: Muesli. HEX triplet: 93, 7D and 45. RGB value is (147,125,69). Sum of RGB (Red+Green+Blue) = 147+125+69=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #937D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937D45 is #6C82BA. Grayscale: #7D7D7D. Windows color (decimal): -7111355 or 4554131. OLE color: 4554131.
HSL color Cylindrical-coordinate representation of color #937D45: hue angle of 43.08º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #937D45 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 125 | 69 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.42 |
| HSL | 43.08º | 0.36% | 0.42% | - |
| HSV(B) | 43.08º | 0.53% | 0.58% | - |
| XYZ | 20.44 | 21.3 | 8.66 | - |
| YUV | 125.19 | 96.29 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 69 | 0 | 0.15 | 0.53 | 0.42 | 43.08 | 0.36 | 0.42 |
| Hex | 93 | 7D | 45 | 0 | F | 35 | 2A | 2B | 24 | 2A |
| Octal | 223 | 175 | 105 | 0 | 17 | 65 | 52 | 53 | 44 | 52 |
| Binary | 10010011 | 1111101 | 1000101 | 0 | 1111 | 110101 | 101010 | 101011 | 100100 | 101010 |
Color Harmonies of #937D45
Complementary color
Monochromatic Colors of #937D45
Black with #937D45
Text Example
Text Example
White with #937D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937D45; }
p { color: rgb(147,125,69); }
H1.HeaderClassName
{
color: #937D45;
}
.AnyTagClassName
{
color: #937D45;
}
</style>
background-color css
<style>
a { background-color: #937D45; }
a { background-color: rgb(147,125,69); }
div.DivClassName
{
background-color: #937D45;
}
.BgClassName
{
background-color: #937D45;
}
</style>
border-color css
<style>
span { border-color: #937D45; }
span { border-color: rgb(147,125,69); }
td.TdClassName
{
border-color: #937D45;
}
.TagClassName
{
border-color: #937D45;
}
</style>