Shades of Muesli #9E7B49
Tints of Muesli #9E7B49
RGB
CMYK
RGB Variations
Color information
#9E7B49 (or 0x9E7B49) is known color: Muesli. HEX triplet: 9E, 7B and 49. RGB value is (158,123,73). Sum of RGB (Red+Green+Blue) = 158+123+73=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7B49 is #6184B6. Grayscale: #808080. Windows color (decimal): -6390967 or 4815774. OLE color: 4815774.
HSL color Cylindrical-coordinate representation of color #9E7B49: hue angle of 35.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E7B49 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 123 | 73 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.38 |
| HSL | 35.29º | 0.37% | 0.45% | - |
| HSV(B) | 35.29º | 0.54% | 0.62% | - |
| XYZ | 22.39 | 21.92 | 9.35 | - |
| YUV | 127.77 | 97.1 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 123 | 73 | 0 | 0.22 | 0.54 | 0.38 | 35.29 | 0.37 | 0.45 |
| Hex | 9E | 7B | 49 | 0 | 16 | 36 | 26 | 23 | 25 | 2D |
| Octal | 236 | 173 | 111 | 0 | 26 | 66 | 46 | 43 | 45 | 55 |
| Binary | 10011110 | 1111011 | 1001001 | 0 | 10110 | 110110 | 100110 | 100011 | 100101 | 101101 |
Color Harmonies of #9E7B49
Complementary color
Monochromatic Colors of #9E7B49
Black with #9E7B49
Text Example
Text Example
White with #9E7B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7B49; }
p { color: rgb(158,123,73); }
H1.HeaderClassName
{
color: #9E7B49;
}
.AnyTagClassName
{
color: #9E7B49;
}
</style>
background-color css
<style>
a { background-color: #9E7B49; }
a { background-color: rgb(158,123,73); }
div.DivClassName
{
background-color: #9E7B49;
}
.BgClassName
{
background-color: #9E7B49;
}
</style>
border-color css
<style>
span { border-color: #9E7B49; }
span { border-color: rgb(158,123,73); }
td.TdClassName
{
border-color: #9E7B49;
}
.TagClassName
{
border-color: #9E7B49;
}
</style>