Shades of Muesli #9E7B47
Tints of Muesli #9E7B47
RGB
CMYK
RGB Variations
Color information
#9E7B47 (or 0x9E7B47) is known color: Muesli. HEX triplet: 9E, 7B and 47. RGB value is (158,123,71). Sum of RGB (Red+Green+Blue) = 158+123+71=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7B47 is #6184B8. Grayscale: #7F7F7F. Windows color (decimal): -6390969 or 4684702. OLE color: 4684702.
HSL color Cylindrical-coordinate representation of color #9E7B47: hue angle of 35.86º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E7B47 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 123 | 71 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.38 |
| HSL | 35.86º | 0.38% | 0.45% | - |
| HSV(B) | 35.86º | 0.55% | 0.62% | - |
| XYZ | 22.32 | 21.89 | 9.01 | - |
| YUV | 127.54 | 96.1 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 123 | 71 | 0 | 0.22 | 0.55 | 0.38 | 35.86 | 0.38 | 0.45 |
| Hex | 9E | 7B | 47 | 0 | 16 | 37 | 26 | 24 | 26 | 2D |
| Octal | 236 | 173 | 107 | 0 | 26 | 67 | 46 | 44 | 46 | 55 |
| Binary | 10011110 | 1111011 | 1000111 | 0 | 10110 | 110111 | 100110 | 100100 | 100110 | 101101 |
Color Harmonies of #9E7B47
Complementary color
Monochromatic Colors of #9E7B47
Black with #9E7B47
Text Example
Text Example
White with #9E7B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7B47; }
p { color: rgb(158,123,71); }
H1.HeaderClassName
{
color: #9E7B47;
}
.AnyTagClassName
{
color: #9E7B47;
}
</style>
background-color css
<style>
a { background-color: #9E7B47; }
a { background-color: rgb(158,123,71); }
div.DivClassName
{
background-color: #9E7B47;
}
.BgClassName
{
background-color: #9E7B47;
}
</style>
border-color css
<style>
span { border-color: #9E7B47; }
span { border-color: rgb(158,123,71); }
td.TdClassName
{
border-color: #9E7B47;
}
.TagClassName
{
border-color: #9E7B47;
}
</style>