Shades of Muesli #9E7A48
Tints of Muesli #9E7A48
RGB
CMYK
RGB Variations
Color information
#9E7A48 (or 0x9E7A48) is known color: Muesli. HEX triplet: 9E, 7A and 48. RGB value is (158,122,72). Sum of RGB (Red+Green+Blue) = 158+122+72=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7A48 is #6185B7. Grayscale: #7F7F7F. Windows color (decimal): -6391224 or 4749982. OLE color: 4749982.
HSL color Cylindrical-coordinate representation of color #9E7A48: hue angle of 34.88º 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 #9E7A48 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 122 | 72 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.38 |
| HSL | 34.88º | 0.37% | 0.45% | - |
| HSV(B) | 34.88º | 0.54% | 0.62% | - |
| XYZ | 22.23 | 21.66 | 9.14 | - |
| YUV | 127.06 | 96.93 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 122 | 72 | 0 | 0.23 | 0.54 | 0.38 | 34.88 | 0.37 | 0.45 |
| Hex | 9E | 7A | 48 | 0 | 17 | 36 | 26 | 23 | 25 | 2D |
| Octal | 236 | 172 | 110 | 0 | 27 | 66 | 46 | 43 | 45 | 55 |
| Binary | 10011110 | 1111010 | 1001000 | 0 | 10111 | 110110 | 100110 | 100011 | 100101 | 101101 |
Color Harmonies of #9E7A48
Complementary color
Monochromatic Colors of #9E7A48
Black with #9E7A48
Text Example
Text Example
White with #9E7A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7A48; }
p { color: rgb(158,122,72); }
H1.HeaderClassName
{
color: #9E7A48;
}
.AnyTagClassName
{
color: #9E7A48;
}
</style>
background-color css
<style>
a { background-color: #9E7A48; }
a { background-color: rgb(158,122,72); }
div.DivClassName
{
background-color: #9E7A48;
}
.BgClassName
{
background-color: #9E7A48;
}
</style>
border-color css
<style>
span { border-color: #9E7A48; }
span { border-color: rgb(158,122,72); }
td.TdClassName
{
border-color: #9E7A48;
}
.TagClassName
{
border-color: #9E7A48;
}
</style>