Shades of Muesli #9E834E
Tints of Muesli #9E834E
RGB
CMYK
RGB Variations
Color information
#9E834E (or 0x9E834E) is known color: Muesli. HEX triplet: 9E, 83 and 4E. RGB value is (158,131,78). Sum of RGB (Red+Green+Blue) = 158+131+78=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 158 - color contains mainly: red. Hex color #9E834E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E834E is #617CB1. Grayscale: #858585. Windows color (decimal): -6388914 or 5145502. OLE color: 5145502.
HSL color Cylindrical-coordinate representation of color #9E834E: hue angle of 39.75º 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 #9E834E is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 131 | 78 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.38 |
| HSL | 39.75º | 0.34% | 0.46% | - |
| HSV(B) | 39.75º | 0.51% | 0.62% | - |
| XYZ | 23.59 | 24.05 | 10.61 | - |
| YUV | 133.03 | 96.95 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 131 | 78 | 0 | 0.17 | 0.51 | 0.38 | 39.75 | 0.34 | 0.46 |
| Hex | 9E | 83 | 4E | 0 | 11 | 33 | 26 | 28 | 22 | 2E |
| Octal | 236 | 203 | 116 | 0 | 21 | 63 | 46 | 50 | 42 | 56 |
| Binary | 10011110 | 10000011 | 1001110 | 0 | 10001 | 110011 | 100110 | 101000 | 100010 | 101110 |
Color Harmonies of #9E834E
Complementary color
Monochromatic Colors of #9E834E
Black with #9E834E
Text Example
Text Example
White with #9E834E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E834E; }
p { color: rgb(158,131,78); }
H1.HeaderClassName
{
color: #9E834E;
}
.AnyTagClassName
{
color: #9E834E;
}
</style>
background-color css
<style>
a { background-color: #9E834E; }
a { background-color: rgb(158,131,78); }
div.DivClassName
{
background-color: #9E834E;
}
.BgClassName
{
background-color: #9E834E;
}
</style>
border-color css
<style>
span { border-color: #9E834E; }
span { border-color: rgb(158,131,78); }
td.TdClassName
{
border-color: #9E834E;
}
.TagClassName
{
border-color: #9E834E;
}
</style>