Shades of Muesli #9C7D4D
Tints of Muesli #9C7D4D
RGB
CMYK
RGB Variations
Color information
#9C7D4D (or 0x9C7D4D) is known color: Muesli. HEX triplet: 9C, 7D and 4D. RGB value is (156,125,77). Sum of RGB (Red+Green+Blue) = 156+125+77=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7D4D is #6382B2. Grayscale: #818181. Windows color (decimal): -6521523 or 5078428. OLE color: 5078428.
HSL color Cylindrical-coordinate representation of color #9C7D4D: hue angle of 36.46º 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 #9C7D4D is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 125 | 77 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.39 |
| HSL | 36.46º | 0.34% | 0.46% | - |
| HSV(B) | 36.46º | 0.51% | 0.61% | - |
| XYZ | 22.38 | 22.27 | 10.14 | - |
| YUV | 128.8 | 98.77 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 125 | 77 | 0 | 0.20 | 0.51 | 0.39 | 36.46 | 0.34 | 0.46 |
| Hex | 9C | 7D | 4D | 0 | 14 | 33 | 27 | 24 | 22 | 2E |
| Octal | 234 | 175 | 115 | 0 | 24 | 63 | 47 | 44 | 42 | 56 |
| Binary | 10011100 | 1111101 | 1001101 | 0 | 10100 | 110011 | 100111 | 100100 | 100010 | 101110 |
Color Harmonies of #9C7D4D
Complementary color
Monochromatic Colors of #9C7D4D
Black with #9C7D4D
Text Example
Text Example
White with #9C7D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7D4D; }
p { color: rgb(156,125,77); }
H1.HeaderClassName
{
color: #9C7D4D;
}
.AnyTagClassName
{
color: #9C7D4D;
}
</style>
background-color css
<style>
a { background-color: #9C7D4D; }
a { background-color: rgb(156,125,77); }
div.DivClassName
{
background-color: #9C7D4D;
}
.BgClassName
{
background-color: #9C7D4D;
}
</style>
border-color css
<style>
span { border-color: #9C7D4D; }
span { border-color: rgb(156,125,77); }
td.TdClassName
{
border-color: #9C7D4D;
}
.TagClassName
{
border-color: #9C7D4D;
}
</style>