Shades of Muesli #9E8551
Tints of Muesli #9E8551
RGB
CMYK
RGB Variations
Color information
#9E8551 (or 0x9E8551) is known color: Muesli. HEX triplet: 9E, 85 and 51. RGB value is (158,133,81). Sum of RGB (Red+Green+Blue) = 158+133+81=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8551 is #617AAE. Grayscale: #868686. Windows color (decimal): -6388399 or 5342622. OLE color: 5342622.
HSL color Cylindrical-coordinate representation of color #9E8551: hue angle of 40.52º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E8551 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 133 | 81 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.38 |
| HSL | 40.52º | 0.32% | 0.47% | - |
| HSV(B) | 40.52º | 0.49% | 0.62% | - |
| XYZ | 23.97 | 24.64 | 11.28 | - |
| YUV | 134.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 133 | 81 | 0 | 0.16 | 0.49 | 0.38 | 40.52 | 0.32 | 0.47 |
| Hex | 9E | 85 | 51 | 0 | 10 | 31 | 26 | 29 | 20 | 2F |
| Octal | 236 | 205 | 121 | 0 | 20 | 61 | 46 | 51 | 40 | 57 |
| Binary | 10011110 | 10000101 | 1010001 | 0 | 10000 | 110001 | 100110 | 101001 | 100000 | 101111 |
Color Harmonies of #9E8551
Complementary color
Monochromatic Colors of #9E8551
Black with #9E8551
Text Example
Text Example
White with #9E8551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8551; }
p { color: rgb(158,133,81); }
H1.HeaderClassName
{
color: #9E8551;
}
.AnyTagClassName
{
color: #9E8551;
}
</style>
background-color css
<style>
a { background-color: #9E8551; }
a { background-color: rgb(158,133,81); }
div.DivClassName
{
background-color: #9E8551;
}
.BgClassName
{
background-color: #9E8551;
}
</style>
border-color css
<style>
span { border-color: #9E8551; }
span { border-color: rgb(158,133,81); }
td.TdClassName
{
border-color: #9E8551;
}
.TagClassName
{
border-color: #9E8551;
}
</style>