Shades of Muesli #9C7E48
Tints of Muesli #9C7E48
RGB
CMYK
RGB Variations
Color information
#9C7E48 (or 0x9C7E48) is known color: Muesli. HEX triplet: 9C, 7E and 48. RGB value is (156,126,72). Sum of RGB (Red+Green+Blue) = 156+126+72=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7E48 is #6381B7. Grayscale: #818181. Windows color (decimal): -6521272 or 4751004. OLE color: 4751004.
HSL color Cylindrical-coordinate representation of color #9C7E48: hue angle of 38.57º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C7E48 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 126 | 72 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.39 |
| HSL | 38.57º | 0.37% | 0.45% | - |
| HSV(B) | 38.57º | 0.54% | 0.61% | - |
| XYZ | 22.34 | 22.46 | 9.29 | - |
| YUV | 128.81 | 95.94 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 72 | 0 | 0.19 | 0.54 | 0.39 | 38.57 | 0.37 | 0.45 |
| Hex | 9C | 7E | 48 | 0 | 13 | 36 | 27 | 27 | 25 | 2D |
| Octal | 234 | 176 | 110 | 0 | 23 | 66 | 47 | 47 | 45 | 55 |
| Binary | 10011100 | 1111110 | 1001000 | 0 | 10011 | 110110 | 100111 | 100111 | 100101 | 101101 |
Color Harmonies of #9C7E48
Complementary color
Monochromatic Colors of #9C7E48
Black with #9C7E48
Text Example
Text Example
White with #9C7E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7E48; }
p { color: rgb(156,126,72); }
H1.HeaderClassName
{
color: #9C7E48;
}
.AnyTagClassName
{
color: #9C7E48;
}
</style>
background-color css
<style>
a { background-color: #9C7E48; }
a { background-color: rgb(156,126,72); }
div.DivClassName
{
background-color: #9C7E48;
}
.BgClassName
{
background-color: #9C7E48;
}
</style>
border-color css
<style>
span { border-color: #9C7E48; }
span { border-color: rgb(156,126,72); }
td.TdClassName
{
border-color: #9C7E48;
}
.TagClassName
{
border-color: #9C7E48;
}
</style>