Shades of Muesli #9C7E4C
Tints of Muesli #9C7E4C
RGB
CMYK
RGB Variations
Color information
#9C7E4C (or 0x9C7E4C) is known color: Muesli. HEX triplet: 9C, 7E and 4C. RGB value is (156,126,76). Sum of RGB (Red+Green+Blue) = 156+126+76=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7E4C is #6381B3. Grayscale: #818181. Windows color (decimal): -6521268 or 5013148. OLE color: 5013148.
HSL color Cylindrical-coordinate representation of color #9C7E4C: hue angle of 37.5º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C7E4C is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 126 | 76 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.39 |
| HSL | 37.5º | 0.34% | 0.45% | - |
| HSV(B) | 37.5º | 0.51% | 0.61% | - |
| XYZ | 22.48 | 22.51 | 10 | - |
| YUV | 129.27 | 97.94 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 76 | 0 | 0.19 | 0.51 | 0.39 | 37.5 | 0.34 | 0.45 |
| Hex | 9C | 7E | 4C | 0 | 13 | 33 | 27 | 26 | 22 | 2D |
| Octal | 234 | 176 | 114 | 0 | 23 | 63 | 47 | 46 | 42 | 55 |
| Binary | 10011100 | 1111110 | 1001100 | 0 | 10011 | 110011 | 100111 | 100110 | 100010 | 101101 |
Color Harmonies of #9C7E4C
Complementary color
Monochromatic Colors of #9C7E4C
Black with #9C7E4C
Text Example
Text Example
White with #9C7E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7E4C; }
p { color: rgb(156,126,76); }
H1.HeaderClassName
{
color: #9C7E4C;
}
.AnyTagClassName
{
color: #9C7E4C;
}
</style>
background-color css
<style>
a { background-color: #9C7E4C; }
a { background-color: rgb(156,126,76); }
div.DivClassName
{
background-color: #9C7E4C;
}
.BgClassName
{
background-color: #9C7E4C;
}
</style>
border-color css
<style>
span { border-color: #9C7E4C; }
span { border-color: rgb(156,126,76); }
td.TdClassName
{
border-color: #9C7E4C;
}
.TagClassName
{
border-color: #9C7E4C;
}
</style>