Shades of Muesli #9E844D
Tints of Muesli #9E844D
RGB
CMYK
RGB Variations
Color information
#9E844D (or 0x9E844D) is known color: Muesli. HEX triplet: 9E, 84 and 4D. RGB value is (158,132,77). Sum of RGB (Red+Green+Blue) = 158+132+77=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 158 - color contains mainly: red. Hex color #9E844D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E844D is #617BB2. Grayscale: #858585. Windows color (decimal): -6388659 or 5080222. OLE color: 5080222.
HSL color Cylindrical-coordinate representation of color #9E844D: hue angle of 40.74º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E844D is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 132 | 77 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.38 |
| HSL | 40.74º | 0.34% | 0.46% | - |
| HSV(B) | 40.74º | 0.51% | 0.62% | - |
| XYZ | 23.69 | 24.31 | 10.46 | - |
| YUV | 133.5 | 96.11 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 132 | 77 | 0 | 0.16 | 0.51 | 0.38 | 40.74 | 0.34 | 0.46 |
| Hex | 9E | 84 | 4D | 0 | 10 | 33 | 26 | 29 | 22 | 2E |
| Octal | 236 | 204 | 115 | 0 | 20 | 63 | 46 | 51 | 42 | 56 |
| Binary | 10011110 | 10000100 | 1001101 | 0 | 10000 | 110011 | 100110 | 101001 | 100010 | 101110 |
Color Harmonies of #9E844D
Complementary color
Monochromatic Colors of #9E844D
Black with #9E844D
Text Example
Text Example
White with #9E844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E844D; }
p { color: rgb(158,132,77); }
H1.HeaderClassName
{
color: #9E844D;
}
.AnyTagClassName
{
color: #9E844D;
}
</style>
background-color css
<style>
a { background-color: #9E844D; }
a { background-color: rgb(158,132,77); }
div.DivClassName
{
background-color: #9E844D;
}
.BgClassName
{
background-color: #9E844D;
}
</style>
border-color css
<style>
span { border-color: #9E844D; }
span { border-color: rgb(158,132,77); }
td.TdClassName
{
border-color: #9E844D;
}
.TagClassName
{
border-color: #9E844D;
}
</style>