Shades of Muesli #947F55
Tints of Muesli #947F55
RGB
CMYK
RGB Variations
Color information
#947F55 (or 0x947F55) is known color: Muesli. HEX triplet: 94, 7F and 55. RGB value is (148,127,85). Sum of RGB (Red+Green+Blue) = 148+127+85=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #947F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947F55 is #6B80AA. Grayscale: #808080. Windows color (decimal): -7045291 or 5603220. OLE color: 5603220.
HSL color Cylindrical-coordinate representation of color #947F55: hue angle of 40º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #947F55 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 127 | 85 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.42 |
| HSL | 40º | 0.27% | 0.46% | - |
| HSV(B) | 40º | 0.43% | 0.58% | - |
| XYZ | 21.44 | 22.13 | 11.74 | - |
| YUV | 128.49 | 103.46 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 85 | 0 | 0.14 | 0.43 | 0.42 | 40 | 0.27 | 0.46 |
| Hex | 94 | 7F | 55 | 0 | E | 2B | 2A | 28 | 1B | 2E |
| Octal | 224 | 177 | 125 | 0 | 16 | 53 | 52 | 50 | 33 | 56 |
| Binary | 10010100 | 1111111 | 1010101 | 0 | 1110 | 101011 | 101010 | 101000 | 11011 | 101110 |
Color Harmonies of #947F55
Complementary color
Monochromatic Colors of #947F55
Black with #947F55
Text Example
Text Example
White with #947F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947F55; }
p { color: rgb(148,127,85); }
H1.HeaderClassName
{
color: #947F55;
}
.AnyTagClassName
{
color: #947F55;
}
</style>
background-color css
<style>
a { background-color: #947F55; }
a { background-color: rgb(148,127,85); }
div.DivClassName
{
background-color: #947F55;
}
.BgClassName
{
background-color: #947F55;
}
</style>
border-color css
<style>
span { border-color: #947F55; }
span { border-color: rgb(148,127,85); }
td.TdClassName
{
border-color: #947F55;
}
.TagClassName
{
border-color: #947F55;
}
</style>