Shades of Muesli #9D7E56
Tints of Muesli #9D7E56
RGB
CMYK
RGB Variations
Color information
#9D7E56 (or 0x9D7E56) is known color: Muesli. HEX triplet: 9D, 7E and 56. RGB value is (157,126,86). Sum of RGB (Red+Green+Blue) = 157+126+86=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7E56 is #6281A9. Grayscale: #828282. Windows color (decimal): -6455722 or 5668509. OLE color: 5668509.
HSL color Cylindrical-coordinate representation of color #9D7E56: hue angle of 33.8º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D7E56 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 126 | 86 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.38 |
| HSL | 33.8º | 0.29% | 0.48% | - |
| HSV(B) | 33.8º | 0.45% | 0.62% | - |
| XYZ | 23.05 | 22.76 | 11.98 | - |
| YUV | 130.71 | 102.77 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 126 | 86 | 0 | 0.20 | 0.45 | 0.38 | 33.8 | 0.29 | 0.48 |
| Hex | 9D | 7E | 56 | 0 | 14 | 2D | 26 | 22 | 1D | 30 |
| Octal | 235 | 176 | 126 | 0 | 24 | 55 | 46 | 42 | 35 | 60 |
| Binary | 10011101 | 1111110 | 1010110 | 0 | 10100 | 101101 | 100110 | 100010 | 11101 | 110000 |
Color Harmonies of #9D7E56
Complementary color
Monochromatic Colors of #9D7E56
Black with #9D7E56
Text Example
Text Example
White with #9D7E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7E56; }
p { color: rgb(157,126,86); }
H1.HeaderClassName
{
color: #9D7E56;
}
.AnyTagClassName
{
color: #9D7E56;
}
</style>
background-color css
<style>
a { background-color: #9D7E56; }
a { background-color: rgb(157,126,86); }
div.DivClassName
{
background-color: #9D7E56;
}
.BgClassName
{
background-color: #9D7E56;
}
</style>
border-color css
<style>
span { border-color: #9D7E56; }
span { border-color: rgb(157,126,86); }
td.TdClassName
{
border-color: #9D7E56;
}
.TagClassName
{
border-color: #9D7E56;
}
</style>