Shades of Muesli #9E8251
Tints of Muesli #9E8251
RGB
CMYK
RGB Variations
Color information
#9E8251 (or 0x9E8251) is known color: Muesli. HEX triplet: 9E, 82 and 51. RGB value is (158,130,81). Sum of RGB (Red+Green+Blue) = 158+130+81=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8251 is #617DAE. Grayscale: #858585. Windows color (decimal): -6389167 or 5341854. OLE color: 5341854.
HSL color Cylindrical-coordinate representation of color #9E8251: hue angle of 38.18º 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 #9E8251 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 130 | 81 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.38 |
| HSL | 38.18º | 0.32% | 0.47% | - |
| HSV(B) | 38.18º | 0.49% | 0.62% | - |
| XYZ | 23.57 | 23.83 | 11.14 | - |
| YUV | 132.79 | 98.78 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 130 | 81 | 0 | 0.18 | 0.49 | 0.38 | 38.18 | 0.32 | 0.47 |
| Hex | 9E | 82 | 51 | 0 | 12 | 31 | 26 | 26 | 20 | 2F |
| Octal | 236 | 202 | 121 | 0 | 22 | 61 | 46 | 46 | 40 | 57 |
| Binary | 10011110 | 10000010 | 1010001 | 0 | 10010 | 110001 | 100110 | 100110 | 100000 | 101111 |
Color Harmonies of #9E8251
Complementary color
Monochromatic Colors of #9E8251
Black with #9E8251
Text Example
Text Example
White with #9E8251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8251; }
p { color: rgb(158,130,81); }
H1.HeaderClassName
{
color: #9E8251;
}
.AnyTagClassName
{
color: #9E8251;
}
</style>
background-color css
<style>
a { background-color: #9E8251; }
a { background-color: rgb(158,130,81); }
div.DivClassName
{
background-color: #9E8251;
}
.BgClassName
{
background-color: #9E8251;
}
</style>
border-color css
<style>
span { border-color: #9E8251; }
span { border-color: rgb(158,130,81); }
td.TdClassName
{
border-color: #9E8251;
}
.TagClassName
{
border-color: #9E8251;
}
</style>