Shades of Muesli #9E7A51
Tints of Muesli #9E7A51
RGB
CMYK
RGB Variations
Color information
#9E7A51 (or 0x9E7A51) is known color: Muesli. HEX triplet: 9E, 7A and 51. RGB value is (158,122,81). Sum of RGB (Red+Green+Blue) = 158+122+81=361 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.77% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7A51 is #6185AE. Grayscale: #808080. Windows color (decimal): -6391215 or 5339806. OLE color: 5339806.
HSL color Cylindrical-coordinate representation of color #9E7A51: hue angle of 31.95º 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 #9E7A51 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 122 | 81 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.38 |
| HSL | 31.95º | 0.32% | 0.47% | - |
| HSV(B) | 31.95º | 0.49% | 0.62% | - |
| XYZ | 22.55 | 21.78 | 10.8 | - |
| YUV | 128.09 | 101.43 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 122 | 81 | 0 | 0.23 | 0.49 | 0.38 | 31.95 | 0.32 | 0.47 |
| Hex | 9E | 7A | 51 | 0 | 17 | 31 | 26 | 20 | 20 | 2F |
| Octal | 236 | 172 | 121 | 0 | 27 | 61 | 46 | 40 | 40 | 57 |
| Binary | 10011110 | 1111010 | 1010001 | 0 | 10111 | 110001 | 100110 | 100000 | 100000 | 101111 |
Color Harmonies of #9E7A51
Complementary color
Monochromatic Colors of #9E7A51
Black with #9E7A51
Text Example
Text Example
White with #9E7A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7A51; }
p { color: rgb(158,122,81); }
H1.HeaderClassName
{
color: #9E7A51;
}
.AnyTagClassName
{
color: #9E7A51;
}
</style>
background-color css
<style>
a { background-color: #9E7A51; }
a { background-color: rgb(158,122,81); }
div.DivClassName
{
background-color: #9E7A51;
}
.BgClassName
{
background-color: #9E7A51;
}
</style>
border-color css
<style>
span { border-color: #9E7A51; }
span { border-color: rgb(158,122,81); }
td.TdClassName
{
border-color: #9E7A51;
}
.TagClassName
{
border-color: #9E7A51;
}
</style>