Shades of Muesli #9E8051
Tints of Muesli #9E8051
RGB
CMYK
RGB Variations
Color information
#9E8051 (or 0x9E8051) is known color: Muesli. HEX triplet: 9E, 80 and 51. RGB value is (158,128,81). Sum of RGB (Red+Green+Blue) = 158+128+81=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8051 is #617FAE. Grayscale: #838383. Windows color (decimal): -6389679 or 5341342. OLE color: 5341342.
HSL color Cylindrical-coordinate representation of color #9E8051: hue angle of 36.62º 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 #9E8051 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 128 | 81 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.38 |
| HSL | 36.62º | 0.32% | 0.47% | - |
| HSV(B) | 36.62º | 0.49% | 0.62% | - |
| XYZ | 23.3 | 23.3 | 11.05 | - |
| YUV | 131.61 | 99.44 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 128 | 81 | 0 | 0.19 | 0.49 | 0.38 | 36.62 | 0.32 | 0.47 |
| Hex | 9E | 80 | 51 | 0 | 13 | 31 | 26 | 25 | 20 | 2F |
| Octal | 236 | 200 | 121 | 0 | 23 | 61 | 46 | 45 | 40 | 57 |
| Binary | 10011110 | 10000000 | 1010001 | 0 | 10011 | 110001 | 100110 | 100101 | 100000 | 101111 |
Color Harmonies of #9E8051
Complementary color
Monochromatic Colors of #9E8051
Black with #9E8051
Text Example
Text Example
White with #9E8051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8051; }
p { color: rgb(158,128,81); }
H1.HeaderClassName
{
color: #9E8051;
}
.AnyTagClassName
{
color: #9E8051;
}
</style>
background-color css
<style>
a { background-color: #9E8051; }
a { background-color: rgb(158,128,81); }
div.DivClassName
{
background-color: #9E8051;
}
.BgClassName
{
background-color: #9E8051;
}
</style>
border-color css
<style>
span { border-color: #9E8051; }
span { border-color: rgb(158,128,81); }
td.TdClassName
{
border-color: #9E8051;
}
.TagClassName
{
border-color: #9E8051;
}
</style>