Shades of Muesli #9C7941
Tints of Muesli #9C7941
RGB
CMYK
RGB Variations
Color information
#9C7941 (or 0x9C7941) is known color: Muesli. HEX triplet: 9C, 79 and 41. RGB value is (156,121,65). Sum of RGB (Red+Green+Blue) = 156+121+65=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7941 is #6386BE. Grayscale: #7D7D7D. Windows color (decimal): -6522559 or 4290972. OLE color: 4290972.
HSL color Cylindrical-coordinate representation of color #9C7941: hue angle of 36.92º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C7941 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 121 | 65 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.39 |
| HSL | 36.92º | 0.41% | 0.43% | - |
| HSV(B) | 36.92º | 0.58% | 0.61% | - |
| XYZ | 21.5 | 21.12 | 7.95 | - |
| YUV | 125.08 | 94.1 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 121 | 65 | 0 | 0.22 | 0.58 | 0.39 | 36.92 | 0.41 | 0.43 |
| Hex | 9C | 79 | 41 | 0 | 16 | 3A | 27 | 25 | 29 | 2B |
| Octal | 234 | 171 | 101 | 0 | 26 | 72 | 47 | 45 | 51 | 53 |
| Binary | 10011100 | 1111001 | 1000001 | 0 | 10110 | 111010 | 100111 | 100101 | 101001 | 101011 |
Color Harmonies of #9C7941
Complementary color
Monochromatic Colors of #9C7941
Black with #9C7941
Text Example
Text Example
White with #9C7941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7941; }
p { color: rgb(156,121,65); }
H1.HeaderClassName
{
color: #9C7941;
}
.AnyTagClassName
{
color: #9C7941;
}
</style>
background-color css
<style>
a { background-color: #9C7941; }
a { background-color: rgb(156,121,65); }
div.DivClassName
{
background-color: #9C7941;
}
.BgClassName
{
background-color: #9C7941;
}
</style>
border-color css
<style>
span { border-color: #9C7941; }
span { border-color: rgb(156,121,65); }
td.TdClassName
{
border-color: #9C7941;
}
.TagClassName
{
border-color: #9C7941;
}
</style>