Shades of Muesli #9C7E4D
Tints of Muesli #9C7E4D
RGB
CMYK
RGB Variations
Color information
#9C7E4D (or 0x9C7E4D) is known color: Muesli. HEX triplet: 9C, 7E and 4D. RGB value is (156,126,77). Sum of RGB (Red+Green+Blue) = 156+126+77=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7E4D is #6381B2. Grayscale: #818181. Windows color (decimal): -6521267 or 5078684. OLE color: 5078684.
HSL color Cylindrical-coordinate representation of color #9C7E4D: hue angle of 37.22º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C7E4D is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 126 | 77 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.39 |
| HSL | 37.22º | 0.34% | 0.46% | - |
| HSV(B) | 37.22º | 0.51% | 0.61% | - |
| XYZ | 22.51 | 22.53 | 10.18 | - |
| YUV | 129.38 | 98.44 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 77 | 0 | 0.19 | 0.51 | 0.39 | 37.22 | 0.34 | 0.46 |
| Hex | 9C | 7E | 4D | 0 | 13 | 33 | 27 | 25 | 22 | 2E |
| Octal | 234 | 176 | 115 | 0 | 23 | 63 | 47 | 45 | 42 | 56 |
| Binary | 10011100 | 1111110 | 1001101 | 0 | 10011 | 110011 | 100111 | 100101 | 100010 | 101110 |
Color Harmonies of #9C7E4D
Complementary color
Monochromatic Colors of #9C7E4D
Black with #9C7E4D
Text Example
Text Example
White with #9C7E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7E4D; }
p { color: rgb(156,126,77); }
H1.HeaderClassName
{
color: #9C7E4D;
}
.AnyTagClassName
{
color: #9C7E4D;
}
</style>
background-color css
<style>
a { background-color: #9C7E4D; }
a { background-color: rgb(156,126,77); }
div.DivClassName
{
background-color: #9C7E4D;
}
.BgClassName
{
background-color: #9C7E4D;
}
</style>
border-color css
<style>
span { border-color: #9C7E4D; }
span { border-color: rgb(156,126,77); }
td.TdClassName
{
border-color: #9C7E4D;
}
.TagClassName
{
border-color: #9C7E4D;
}
</style>