Shades of Muesli #9C7940
Tints of Muesli #9C7940
RGB
CMYK
RGB Variations
Color information
#9C7940 (or 0x9C7940) is known color: Muesli. HEX triplet: 9C, 79 and 40. RGB value is (156,121,64). Sum of RGB (Red+Green+Blue) = 156+121+64=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7940 is #6386BF. Grayscale: #7D7D7D. Windows color (decimal): -6522560 or 4225436. OLE color: 4225436.
HSL color Cylindrical-coordinate representation of color #9C7940: hue angle of 37.17º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C7940 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 121 | 64 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.39 |
| HSL | 37.17º | 0.42% | 0.43% | - |
| HSV(B) | 37.17º | 0.59% | 0.61% | - |
| XYZ | 21.47 | 21.11 | 7.79 | - |
| YUV | 124.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 121 | 64 | 0 | 0.22 | 0.59 | 0.39 | 37.17 | 0.42 | 0.43 |
| Hex | 9C | 79 | 40 | 0 | 16 | 3B | 27 | 25 | 2A | 2B |
| Octal | 234 | 171 | 100 | 0 | 26 | 73 | 47 | 45 | 52 | 53 |
| Binary | 10011100 | 1111001 | 1000000 | 0 | 10110 | 111011 | 100111 | 100101 | 101010 | 101011 |
Color Harmonies of #9C7940
Complementary color
Monochromatic Colors of #9C7940
Black with #9C7940
Text Example
Text Example
White with #9C7940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7940; }
p { color: rgb(156,121,64); }
H1.HeaderClassName
{
color: #9C7940;
}
.AnyTagClassName
{
color: #9C7940;
}
</style>
background-color css
<style>
a { background-color: #9C7940; }
a { background-color: rgb(156,121,64); }
div.DivClassName
{
background-color: #9C7940;
}
.BgClassName
{
background-color: #9C7940;
}
</style>
border-color css
<style>
span { border-color: #9C7940; }
span { border-color: rgb(156,121,64); }
td.TdClassName
{
border-color: #9C7940;
}
.TagClassName
{
border-color: #9C7940;
}
</style>