Shades of Muesli #9C7D57
Tints of Muesli #9C7D57
RGB
CMYK
RGB Variations
Color information
#9C7D57 (or 0x9C7D57) is known color: Muesli. HEX triplet: 9C, 7D and 57. RGB value is (156,125,87). Sum of RGB (Red+Green+Blue) = 156+125+87=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7D57 is #6382A8. Grayscale: #828282. Windows color (decimal): -6521513 or 5733788. OLE color: 5733788.
HSL color Cylindrical-coordinate representation of color #9C7D57: hue angle of 33.04º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C7D57 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 125 | 87 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.39 |
| HSL | 33.04º | 0.28% | 0.48% | - |
| HSV(B) | 33.04º | 0.44% | 0.61% | - |
| XYZ | 22.76 | 22.42 | 12.15 | - |
| YUV | 129.94 | 103.77 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 125 | 87 | 0 | 0.20 | 0.44 | 0.39 | 33.04 | 0.28 | 0.48 |
| Hex | 9C | 7D | 57 | 0 | 14 | 2C | 27 | 21 | 1C | 30 |
| Octal | 234 | 175 | 127 | 0 | 24 | 54 | 47 | 41 | 34 | 60 |
| Binary | 10011100 | 1111101 | 1010111 | 0 | 10100 | 101100 | 100111 | 100001 | 11100 | 110000 |
Color Harmonies of #9C7D57
Complementary color
Monochromatic Colors of #9C7D57
Black with #9C7D57
Text Example
Text Example
White with #9C7D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7D57; }
p { color: rgb(156,125,87); }
H1.HeaderClassName
{
color: #9C7D57;
}
.AnyTagClassName
{
color: #9C7D57;
}
</style>
background-color css
<style>
a { background-color: #9C7D57; }
a { background-color: rgb(156,125,87); }
div.DivClassName
{
background-color: #9C7D57;
}
.BgClassName
{
background-color: #9C7D57;
}
</style>
border-color css
<style>
span { border-color: #9C7D57; }
span { border-color: rgb(156,125,87); }
td.TdClassName
{
border-color: #9C7D57;
}
.TagClassName
{
border-color: #9C7D57;
}
</style>