Shades of Muesli #9D7E40
Tints of Muesli #9D7E40
RGB
CMYK
RGB Variations
Color information
#9D7E40 (or 0x9D7E40) is known color: Muesli. HEX triplet: 9D, 7E and 40. RGB value is (157,126,64). Sum of RGB (Red+Green+Blue) = 157+126+64=347 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.24% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7E40 is #6281BF. Grayscale: #808080. Windows color (decimal): -6455744 or 4226717. OLE color: 4226717.
HSL color Cylindrical-coordinate representation of color #9D7E40: hue angle of 40º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9D7E40 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 126 | 64 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.38 |
| HSL | 40º | 0.42% | 0.43% | - |
| HSV(B) | 40º | 0.59% | 0.62% | - |
| XYZ | 22.29 | 22.46 | 8.01 | - |
| YUV | 128.2 | 91.77 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 126 | 64 | 0 | 0.20 | 0.59 | 0.38 | 40 | 0.42 | 0.43 |
| Hex | 9D | 7E | 40 | 0 | 14 | 3B | 26 | 28 | 2A | 2B |
| Octal | 235 | 176 | 100 | 0 | 24 | 73 | 46 | 50 | 52 | 53 |
| Binary | 10011101 | 1111110 | 1000000 | 0 | 10100 | 111011 | 100110 | 101000 | 101010 | 101011 |
Color Harmonies of #9D7E40
Complementary color
Monochromatic Colors of #9D7E40
Black with #9D7E40
Text Example
Text Example
White with #9D7E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7E40; }
p { color: rgb(157,126,64); }
H1.HeaderClassName
{
color: #9D7E40;
}
.AnyTagClassName
{
color: #9D7E40;
}
</style>
background-color css
<style>
a { background-color: #9D7E40; }
a { background-color: rgb(157,126,64); }
div.DivClassName
{
background-color: #9D7E40;
}
.BgClassName
{
background-color: #9D7E40;
}
</style>
border-color css
<style>
span { border-color: #9D7E40; }
span { border-color: rgb(157,126,64); }
td.TdClassName
{
border-color: #9D7E40;
}
.TagClassName
{
border-color: #9D7E40;
}
</style>