Shades of Muesli #947846
Tints of Muesli #947846
RGB
CMYK
RGB Variations
Color information
#947846 (or 0x947846) is known color: Muesli. HEX triplet: 94, 78 and 46. RGB value is (148,120,70). Sum of RGB (Red+Green+Blue) = 148+120+70=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #947846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947846 is #6B87B9. Grayscale: #7A7A7A. Windows color (decimal): -7047098 or 4618388. OLE color: 4618388.
HSL color Cylindrical-coordinate representation of color #947846: hue angle of 38.46º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #947846 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 120 | 70 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.42 |
| HSL | 38.46º | 0.36% | 0.43% | - |
| HSV(B) | 38.46º | 0.53% | 0.58% | - |
| XYZ | 20.03 | 20.17 | 8.63 | - |
| YUV | 122.67 | 98.28 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 120 | 70 | 0 | 0.19 | 0.53 | 0.42 | 38.46 | 0.36 | 0.43 |
| Hex | 94 | 78 | 46 | 0 | 13 | 35 | 2A | 26 | 24 | 2B |
| Octal | 224 | 170 | 106 | 0 | 23 | 65 | 52 | 46 | 44 | 53 |
| Binary | 10010100 | 1111000 | 1000110 | 0 | 10011 | 110101 | 101010 | 100110 | 100100 | 101011 |
Color Harmonies of #947846
Complementary color
Monochromatic Colors of #947846
Black with #947846
Text Example
Text Example
White with #947846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947846; }
p { color: rgb(148,120,70); }
H1.HeaderClassName
{
color: #947846;
}
.AnyTagClassName
{
color: #947846;
}
</style>
background-color css
<style>
a { background-color: #947846; }
a { background-color: rgb(148,120,70); }
div.DivClassName
{
background-color: #947846;
}
.BgClassName
{
background-color: #947846;
}
</style>
border-color css
<style>
span { border-color: #947846; }
span { border-color: rgb(148,120,70); }
td.TdClassName
{
border-color: #947846;
}
.TagClassName
{
border-color: #947846;
}
</style>