Shades of Muesli #947B40
Tints of Muesli #947B40
RGB
CMYK
RGB Variations
Color information
#947B40 (or 0x947B40) is known color: Muesli. HEX triplet: 94, 7B and 40. RGB value is (148,123,64). Sum of RGB (Red+Green+Blue) = 148+123+64=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #947B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947B40 is #6B84BF. Grayscale: #7C7C7C. Windows color (decimal): -7046336 or 4225940. OLE color: 4225940.
HSL color Cylindrical-coordinate representation of color #947B40: hue angle of 42.14º 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 #947B40 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 123 | 64 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.42 |
| HSL | 42.14º | 0.4% | 0.42% | - |
| HSV(B) | 42.14º | 0.57% | 0.58% | - |
| XYZ | 20.22 | 20.83 | 7.81 | - |
| YUV | 123.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 64 | 0 | 0.17 | 0.57 | 0.42 | 42.14 | 0.4 | 0.42 |
| Hex | 94 | 7B | 40 | 0 | 11 | 39 | 2A | 2A | 28 | 2A |
| Octal | 224 | 173 | 100 | 0 | 21 | 71 | 52 | 52 | 50 | 52 |
| Binary | 10010100 | 1111011 | 1000000 | 0 | 10001 | 111001 | 101010 | 101010 | 101000 | 101010 |
Color Harmonies of #947B40
Complementary color
Monochromatic Colors of #947B40
Black with #947B40
Text Example
Text Example
White with #947B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947B40; }
p { color: rgb(148,123,64); }
H1.HeaderClassName
{
color: #947B40;
}
.AnyTagClassName
{
color: #947B40;
}
</style>
background-color css
<style>
a { background-color: #947B40; }
a { background-color: rgb(148,123,64); }
div.DivClassName
{
background-color: #947B40;
}
.BgClassName
{
background-color: #947B40;
}
</style>
border-color css
<style>
span { border-color: #947B40; }
span { border-color: rgb(148,123,64); }
td.TdClassName
{
border-color: #947B40;
}
.TagClassName
{
border-color: #947B40;
}
</style>