Shades of Muesli #947F51
Tints of Muesli #947F51
RGB
CMYK
RGB Variations
Color information
#947F51 (or 0x947F51) is known color: Muesli. HEX triplet: 94, 7F and 51. RGB value is (148,127,81). Sum of RGB (Red+Green+Blue) = 148+127+81=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #947F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947F51 is #6B80AE. Grayscale: #808080. Windows color (decimal): -7045295 or 5341076. OLE color: 5341076.
HSL color Cylindrical-coordinate representation of color #947F51: hue angle of 41.19º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #947F51 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 127 | 81 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.42 |
| HSL | 41.19º | 0.29% | 0.45% | - |
| HSV(B) | 41.19º | 0.45% | 0.58% | - |
| XYZ | 21.29 | 22.07 | 10.92 | - |
| YUV | 128.04 | 101.46 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 81 | 0 | 0.14 | 0.45 | 0.42 | 41.19 | 0.29 | 0.45 |
| Hex | 94 | 7F | 51 | 0 | E | 2D | 2A | 29 | 1D | 2D |
| Octal | 224 | 177 | 121 | 0 | 16 | 55 | 52 | 51 | 35 | 55 |
| Binary | 10010100 | 1111111 | 1010001 | 0 | 1110 | 101101 | 101010 | 101001 | 11101 | 101101 |
Color Harmonies of #947F51
Complementary color
Monochromatic Colors of #947F51
Black with #947F51
Text Example
Text Example
White with #947F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947F51; }
p { color: rgb(148,127,81); }
H1.HeaderClassName
{
color: #947F51;
}
.AnyTagClassName
{
color: #947F51;
}
</style>
background-color css
<style>
a { background-color: #947F51; }
a { background-color: rgb(148,127,81); }
div.DivClassName
{
background-color: #947F51;
}
.BgClassName
{
background-color: #947F51;
}
</style>
border-color css
<style>
span { border-color: #947F51; }
span { border-color: rgb(148,127,81); }
td.TdClassName
{
border-color: #947F51;
}
.TagClassName
{
border-color: #947F51;
}
</style>