Shades of Muesli #9E7A46
Tints of Muesli #9E7A46
RGB
CMYK
RGB Variations
Color information
#9E7A46 (or 0x9E7A46) is known color: Muesli. HEX triplet: 9E, 7A and 46. RGB value is (158,122,70). Sum of RGB (Red+Green+Blue) = 158+122+70=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7A46 is #6185B9. Grayscale: #7F7F7F. Windows color (decimal): -6391226 or 4618910. OLE color: 4618910.
HSL color Cylindrical-coordinate representation of color #9E7A46: hue angle of 35.45º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E7A46 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 122 | 70 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.38 |
| HSL | 35.45º | 0.39% | 0.45% | - |
| HSV(B) | 35.45º | 0.56% | 0.62% | - |
| XYZ | 22.17 | 21.63 | 8.8 | - |
| YUV | 126.84 | 95.93 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 122 | 70 | 0 | 0.23 | 0.56 | 0.38 | 35.45 | 0.39 | 0.45 |
| Hex | 9E | 7A | 46 | 0 | 17 | 38 | 26 | 23 | 27 | 2D |
| Octal | 236 | 172 | 106 | 0 | 27 | 70 | 46 | 43 | 47 | 55 |
| Binary | 10011110 | 1111010 | 1000110 | 0 | 10111 | 111000 | 100110 | 100011 | 100111 | 101101 |
Color Harmonies of #9E7A46
Complementary color
Monochromatic Colors of #9E7A46
Black with #9E7A46
Text Example
Text Example
White with #9E7A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7A46; }
p { color: rgb(158,122,70); }
H1.HeaderClassName
{
color: #9E7A46;
}
.AnyTagClassName
{
color: #9E7A46;
}
</style>
background-color css
<style>
a { background-color: #9E7A46; }
a { background-color: rgb(158,122,70); }
div.DivClassName
{
background-color: #9E7A46;
}
.BgClassName
{
background-color: #9E7A46;
}
</style>
border-color css
<style>
span { border-color: #9E7A46; }
span { border-color: rgb(158,122,70); }
td.TdClassName
{
border-color: #9E7A46;
}
.TagClassName
{
border-color: #9E7A46;
}
</style>