Shades of Muesli #9E7951
Tints of Muesli #9E7951
RGB
CMYK
RGB Variations
Color information
#9E7951 (or 0x9E7951) is known color: Muesli. HEX triplet: 9E, 79 and 51. RGB value is (158,121,81). Sum of RGB (Red+Green+Blue) = 158+121+81=360 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.89% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7951 is #6186AE. Grayscale: #7F7F7F. Windows color (decimal): -6391471 or 5339550. OLE color: 5339550.
HSL color Cylindrical-coordinate representation of color #9E7951: hue angle of 31.17º 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 #9E7951 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 121 | 81 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.38 |
| HSL | 31.17º | 0.32% | 0.47% | - |
| HSV(B) | 31.17º | 0.49% | 0.62% | - |
| XYZ | 22.42 | 21.54 | 10.76 | - |
| YUV | 127.5 | 101.76 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 121 | 81 | 0 | 0.23 | 0.49 | 0.38 | 31.17 | 0.32 | 0.47 |
| Hex | 9E | 79 | 51 | 0 | 17 | 31 | 26 | 1F | 20 | 2F |
| Octal | 236 | 171 | 121 | 0 | 27 | 61 | 46 | 37 | 40 | 57 |
| Binary | 10011110 | 1111001 | 1010001 | 0 | 10111 | 110001 | 100110 | 11111 | 100000 | 101111 |
Color Harmonies of #9E7951
Complementary color
Monochromatic Colors of #9E7951
Black with #9E7951
Text Example
Text Example
White with #9E7951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7951; }
p { color: rgb(158,121,81); }
H1.HeaderClassName
{
color: #9E7951;
}
.AnyTagClassName
{
color: #9E7951;
}
</style>
background-color css
<style>
a { background-color: #9E7951; }
a { background-color: rgb(158,121,81); }
div.DivClassName
{
background-color: #9E7951;
}
.BgClassName
{
background-color: #9E7951;
}
</style>
border-color css
<style>
span { border-color: #9E7951; }
span { border-color: rgb(158,121,81); }
td.TdClassName
{
border-color: #9E7951;
}
.TagClassName
{
border-color: #9E7951;
}
</style>