Shades of Muesli #9E7B56
Tints of Muesli #9E7B56
RGB
CMYK
RGB Variations
Color information
#9E7B56 (or 0x9E7B56) is known color: Muesli. HEX triplet: 9E, 7B and 56. RGB value is (158,123,86). Sum of RGB (Red+Green+Blue) = 158+123+86=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7B56 is #6184A9. Grayscale: #818181. Windows color (decimal): -6390954 or 5667742. OLE color: 5667742.
HSL color Cylindrical-coordinate representation of color #9E7B56: hue angle of 30.83º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E7B56 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 123 | 86 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.38 |
| HSL | 30.83º | 0.3% | 0.48% | - |
| HSV(B) | 30.83º | 0.46% | 0.62% | - |
| XYZ | 22.86 | 22.11 | 11.87 | - |
| YUV | 129.25 | 103.6 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 123 | 86 | 0 | 0.22 | 0.46 | 0.38 | 30.83 | 0.3 | 0.48 |
| Hex | 9E | 7B | 56 | 0 | 16 | 2E | 26 | 1F | 1E | 30 |
| Octal | 236 | 173 | 126 | 0 | 26 | 56 | 46 | 37 | 36 | 60 |
| Binary | 10011110 | 1111011 | 1010110 | 0 | 10110 | 101110 | 100110 | 11111 | 11110 | 110000 |
Color Harmonies of #9E7B56
Complementary color
Monochromatic Colors of #9E7B56
Black with #9E7B56
Text Example
Text Example
White with #9E7B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7B56; }
p { color: rgb(158,123,86); }
H1.HeaderClassName
{
color: #9E7B56;
}
.AnyTagClassName
{
color: #9E7B56;
}
</style>
background-color css
<style>
a { background-color: #9E7B56; }
a { background-color: rgb(158,123,86); }
div.DivClassName
{
background-color: #9E7B56;
}
.BgClassName
{
background-color: #9E7B56;
}
</style>
border-color css
<style>
span { border-color: #9E7B56; }
span { border-color: rgb(158,123,86); }
td.TdClassName
{
border-color: #9E7B56;
}
.TagClassName
{
border-color: #9E7B56;
}
</style>