Shades of Muesli #937A45
Tints of Muesli #937A45
RGB
CMYK
RGB Variations
Color information
#937A45 (or 0x937A45) is known color: Muesli. HEX triplet: 93, 7A and 45. RGB value is (147,122,69). Sum of RGB (Red+Green+Blue) = 147+122+69=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 147 - color contains mainly: red. Hex color #937A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937A45 is #6C85BA. Grayscale: #7B7B7B. Windows color (decimal): -7112123 or 4553363. OLE color: 4553363.
HSL color Cylindrical-coordinate representation of color #937A45: hue angle of 40.77º 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 #937A45 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 122 | 69 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.42 |
| HSL | 40.77º | 0.36% | 0.42% | - |
| HSV(B) | 40.77º | 0.53% | 0.58% | - |
| XYZ | 20.07 | 20.55 | 8.54 | - |
| YUV | 123.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 69 | 0 | 0.17 | 0.53 | 0.42 | 40.77 | 0.36 | 0.42 |
| Hex | 93 | 7A | 45 | 0 | 11 | 35 | 2A | 29 | 24 | 2A |
| Octal | 223 | 172 | 105 | 0 | 21 | 65 | 52 | 51 | 44 | 52 |
| Binary | 10010011 | 1111010 | 1000101 | 0 | 10001 | 110101 | 101010 | 101001 | 100100 | 101010 |
Color Harmonies of #937A45
Complementary color
Monochromatic Colors of #937A45
Black with #937A45
Text Example
Text Example
White with #937A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937A45; }
p { color: rgb(147,122,69); }
H1.HeaderClassName
{
color: #937A45;
}
.AnyTagClassName
{
color: #937A45;
}
</style>
background-color css
<style>
a { background-color: #937A45; }
a { background-color: rgb(147,122,69); }
div.DivClassName
{
background-color: #937A45;
}
.BgClassName
{
background-color: #937A45;
}
</style>
border-color css
<style>
span { border-color: #937A45; }
span { border-color: rgb(147,122,69); }
td.TdClassName
{
border-color: #937A45;
}
.TagClassName
{
border-color: #937A45;
}
</style>