Shades of Muesli #947949
Tints of Muesli #947949
RGB
CMYK
RGB Variations
Color information
#947949 (or 0x947949) is known color: Muesli. HEX triplet: 94, 79 and 49. RGB value is (148,121,73). Sum of RGB (Red+Green+Blue) = 148+121+73=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #947949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947949 is #6B86B6. Grayscale: #7B7B7B. Windows color (decimal): -7046839 or 4815252. OLE color: 4815252.
HSL color Cylindrical-coordinate representation of color #947949: hue angle of 38.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #947949 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 121 | 73 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.42 |
| HSL | 38.4º | 0.34% | 0.43% | - |
| HSV(B) | 38.4º | 0.51% | 0.58% | - |
| XYZ | 20.25 | 20.45 | 9.18 | - |
| YUV | 123.6 | 99.45 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 121 | 73 | 0 | 0.18 | 0.51 | 0.42 | 38.4 | 0.34 | 0.43 |
| Hex | 94 | 79 | 49 | 0 | 12 | 33 | 2A | 26 | 22 | 2B |
| Octal | 224 | 171 | 111 | 0 | 22 | 63 | 52 | 46 | 42 | 53 |
| Binary | 10010100 | 1111001 | 1001001 | 0 | 10010 | 110011 | 101010 | 100110 | 100010 | 101011 |
Color Harmonies of #947949
Complementary color
Monochromatic Colors of #947949
Black with #947949
Text Example
Text Example
White with #947949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947949; }
p { color: rgb(148,121,73); }
H1.HeaderClassName
{
color: #947949;
}
.AnyTagClassName
{
color: #947949;
}
</style>
background-color css
<style>
a { background-color: #947949; }
a { background-color: rgb(148,121,73); }
div.DivClassName
{
background-color: #947949;
}
.BgClassName
{
background-color: #947949;
}
</style>
border-color css
<style>
span { border-color: #947949; }
span { border-color: rgb(148,121,73); }
td.TdClassName
{
border-color: #947949;
}
.TagClassName
{
border-color: #947949;
}
</style>