Shades of Muesli #937A43
Tints of Muesli #937A43
RGB
CMYK
RGB Variations
Color information
#937A43 (or 0x937A43) is known color: Muesli. HEX triplet: 93, 7A and 43. RGB value is (147,122,67). Sum of RGB (Red+Green+Blue) = 147+122+67=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 147 - color contains mainly: red. Hex color #937A43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937A43 is #6C85BC. Grayscale: #7B7B7B. Windows color (decimal): -7112125 or 4422291. OLE color: 4422291.
HSL color Cylindrical-coordinate representation of color #937A43: hue angle of 41.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #937A43 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 122 | 67 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.42 |
| HSL | 41.25º | 0.37% | 0.42% | - |
| HSV(B) | 41.25º | 0.54% | 0.58% | - |
| XYZ | 20.01 | 20.53 | 8.22 | - |
| YUV | 123.21 | 96.28 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 67 | 0 | 0.17 | 0.54 | 0.42 | 41.25 | 0.37 | 0.42 |
| Hex | 93 | 7A | 43 | 0 | 11 | 36 | 2A | 29 | 25 | 2A |
| Octal | 223 | 172 | 103 | 0 | 21 | 66 | 52 | 51 | 45 | 52 |
| Binary | 10010011 | 1111010 | 1000011 | 0 | 10001 | 110110 | 101010 | 101001 | 100101 | 101010 |
Color Harmonies of #937A43
Complementary color
Monochromatic Colors of #937A43
Black with #937A43
Text Example
Text Example
White with #937A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937A43; }
p { color: rgb(147,122,67); }
H1.HeaderClassName
{
color: #937A43;
}
.AnyTagClassName
{
color: #937A43;
}
</style>
background-color css
<style>
a { background-color: #937A43; }
a { background-color: rgb(147,122,67); }
div.DivClassName
{
background-color: #937A43;
}
.BgClassName
{
background-color: #937A43;
}
</style>
border-color css
<style>
span { border-color: #937A43; }
span { border-color: rgb(147,122,67); }
td.TdClassName
{
border-color: #937A43;
}
.TagClassName
{
border-color: #937A43;
}
</style>