Shades of Muesli #9C7C4D
Tints of Muesli #9C7C4D
RGB
CMYK
RGB Variations
Color information
#9C7C4D (or 0x9C7C4D) is known color: Muesli. HEX triplet: 9C, 7C and 4D. RGB value is (156,124,77). Sum of RGB (Red+Green+Blue) = 156+124+77=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7C4D is #6383B2. Grayscale: #808080. Windows color (decimal): -6521779 or 5078172. OLE color: 5078172.
HSL color Cylindrical-coordinate representation of color #9C7C4D: hue angle of 35.7º 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 #9C7C4D is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 124 | 77 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.39 |
| HSL | 35.7º | 0.34% | 0.46% | - |
| HSV(B) | 35.7º | 0.51% | 0.61% | - |
| XYZ | 22.26 | 22.02 | 10.1 | - |
| YUV | 128.21 | 99.1 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 124 | 77 | 0 | 0.21 | 0.51 | 0.39 | 35.7 | 0.34 | 0.46 |
| Hex | 9C | 7C | 4D | 0 | 15 | 33 | 27 | 24 | 22 | 2E |
| Octal | 234 | 174 | 115 | 0 | 25 | 63 | 47 | 44 | 42 | 56 |
| Binary | 10011100 | 1111100 | 1001101 | 0 | 10101 | 110011 | 100111 | 100100 | 100010 | 101110 |
Color Harmonies of #9C7C4D
Complementary color
Monochromatic Colors of #9C7C4D
Black with #9C7C4D
Text Example
Text Example
White with #9C7C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7C4D; }
p { color: rgb(156,124,77); }
H1.HeaderClassName
{
color: #9C7C4D;
}
.AnyTagClassName
{
color: #9C7C4D;
}
</style>
background-color css
<style>
a { background-color: #9C7C4D; }
a { background-color: rgb(156,124,77); }
div.DivClassName
{
background-color: #9C7C4D;
}
.BgClassName
{
background-color: #9C7C4D;
}
</style>
border-color css
<style>
span { border-color: #9C7C4D; }
span { border-color: rgb(156,124,77); }
td.TdClassName
{
border-color: #9C7C4D;
}
.TagClassName
{
border-color: #9C7C4D;
}
</style>