Shades of Muesli #9E844E
Tints of Muesli #9E844E
RGB
CMYK
RGB Variations
Color information
#9E844E (or 0x9E844E) is known color: Muesli. HEX triplet: 9E, 84 and 4E. RGB value is (158,132,78). Sum of RGB (Red+Green+Blue) = 158+132+78=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 158 - color contains mainly: red. Hex color #9E844E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E844E is #617BB1. Grayscale: #858585. Windows color (decimal): -6388658 or 5145758. OLE color: 5145758.
HSL color Cylindrical-coordinate representation of color #9E844E: hue angle of 40.5º 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 #9E844E is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 132 | 78 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.38 |
| HSL | 40.5º | 0.34% | 0.46% | - |
| HSV(B) | 40.5º | 0.51% | 0.62% | - |
| XYZ | 23.73 | 24.32 | 10.65 | - |
| YUV | 133.62 | 96.61 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 132 | 78 | 0 | 0.16 | 0.51 | 0.38 | 40.5 | 0.34 | 0.46 |
| Hex | 9E | 84 | 4E | 0 | 10 | 33 | 26 | 28 | 22 | 2E |
| Octal | 236 | 204 | 116 | 0 | 20 | 63 | 46 | 50 | 42 | 56 |
| Binary | 10011110 | 10000100 | 1001110 | 0 | 10000 | 110011 | 100110 | 101000 | 100010 | 101110 |
Color Harmonies of #9E844E
Complementary color
Monochromatic Colors of #9E844E
Black with #9E844E
Text Example
Text Example
White with #9E844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E844E; }
p { color: rgb(158,132,78); }
H1.HeaderClassName
{
color: #9E844E;
}
.AnyTagClassName
{
color: #9E844E;
}
</style>
background-color css
<style>
a { background-color: #9E844E; }
a { background-color: rgb(158,132,78); }
div.DivClassName
{
background-color: #9E844E;
}
.BgClassName
{
background-color: #9E844E;
}
</style>
border-color css
<style>
span { border-color: #9E844E; }
span { border-color: rgb(158,132,78); }
td.TdClassName
{
border-color: #9E844E;
}
.TagClassName
{
border-color: #9E844E;
}
</style>