Shades of Muesli #947C40
Tints of Muesli #947C40
RGB
CMYK
RGB Variations
Color information
#947C40 (or 0x947C40) is known color: Muesli. HEX triplet: 94, 7C and 40. RGB value is (148,124,64). Sum of RGB (Red+Green+Blue) = 148+124+64=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #947C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947C40 is #6B83BF. Grayscale: #7C7C7C. Windows color (decimal): -7046080 or 4226196. OLE color: 4226196.
HSL color Cylindrical-coordinate representation of color #947C40: hue angle of 42.86º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #947C40 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 124 | 64 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.42 |
| HSL | 42.86º | 0.4% | 0.42% | - |
| HSV(B) | 42.86º | 0.57% | 0.58% | - |
| XYZ | 20.35 | 21.08 | 7.85 | - |
| YUV | 124.34 | 93.95 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 64 | 0 | 0.16 | 0.57 | 0.42 | 42.86 | 0.4 | 0.42 |
| Hex | 94 | 7C | 40 | 0 | 10 | 39 | 2A | 2B | 28 | 2A |
| Octal | 224 | 174 | 100 | 0 | 20 | 71 | 52 | 53 | 50 | 52 |
| Binary | 10010100 | 1111100 | 1000000 | 0 | 10000 | 111001 | 101010 | 101011 | 101000 | 101010 |
Color Harmonies of #947C40
Complementary color
Monochromatic Colors of #947C40
Black with #947C40
Text Example
Text Example
White with #947C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947C40; }
p { color: rgb(148,124,64); }
H1.HeaderClassName
{
color: #947C40;
}
.AnyTagClassName
{
color: #947C40;
}
</style>
background-color css
<style>
a { background-color: #947C40; }
a { background-color: rgb(148,124,64); }
div.DivClassName
{
background-color: #947C40;
}
.BgClassName
{
background-color: #947C40;
}
</style>
border-color css
<style>
span { border-color: #947C40; }
span { border-color: rgb(148,124,64); }
td.TdClassName
{
border-color: #947C40;
}
.TagClassName
{
border-color: #947C40;
}
</style>