Shades of Muesli #9E854C
Tints of Muesli #9E854C
RGB
CMYK
RGB Variations
Color information
#9E854C (or 0x9E854C) is known color: Muesli. HEX triplet: 9E, 85 and 4C. RGB value is (158,133,76). Sum of RGB (Red+Green+Blue) = 158+133+76=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 158 - color contains mainly: red. Hex color #9E854C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E854C is #617AB3. Grayscale: #868686. Windows color (decimal): -6388404 or 5014942. OLE color: 5014942.
HSL color Cylindrical-coordinate representation of color #9E854C: hue angle of 41.71º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E854C is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 133 | 76 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.38 |
| HSL | 41.71º | 0.35% | 0.46% | - |
| HSV(B) | 41.71º | 0.52% | 0.62% | - |
| XYZ | 23.79 | 24.57 | 10.33 | - |
| YUV | 133.98 | 95.28 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 133 | 76 | 0 | 0.16 | 0.52 | 0.38 | 41.71 | 0.35 | 0.46 |
| Hex | 9E | 85 | 4C | 0 | 10 | 34 | 26 | 2A | 23 | 2E |
| Octal | 236 | 205 | 114 | 0 | 20 | 64 | 46 | 52 | 43 | 56 |
| Binary | 10011110 | 10000101 | 1001100 | 0 | 10000 | 110100 | 100110 | 101010 | 100011 | 101110 |
Color Harmonies of #9E854C
Complementary color
Monochromatic Colors of #9E854C
Black with #9E854C
Text Example
Text Example
White with #9E854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E854C; }
p { color: rgb(158,133,76); }
H1.HeaderClassName
{
color: #9E854C;
}
.AnyTagClassName
{
color: #9E854C;
}
</style>
background-color css
<style>
a { background-color: #9E854C; }
a { background-color: rgb(158,133,76); }
div.DivClassName
{
background-color: #9E854C;
}
.BgClassName
{
background-color: #9E854C;
}
</style>
border-color css
<style>
span { border-color: #9E854C; }
span { border-color: rgb(158,133,76); }
td.TdClassName
{
border-color: #9E854C;
}
.TagClassName
{
border-color: #9E854C;
}
</style>