Shades of Muesli #9C8447
Tints of Muesli #9C8447
RGB
CMYK
RGB Variations
Color information
#9C8447 (or 0x9C8447) is known color: Muesli. HEX triplet: 9C, 84 and 47. RGB value is (156,132,71). Sum of RGB (Red+Green+Blue) = 156+132+71=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8447 is #637BB8. Grayscale: #848484. Windows color (decimal): -6519737 or 4687004. OLE color: 4687004.
HSL color Cylindrical-coordinate representation of color #9C8447: hue angle of 43.06º 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 #9C8447 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 132 | 71 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.39 |
| HSL | 43.06º | 0.37% | 0.45% | - |
| HSV(B) | 43.06º | 0.54% | 0.61% | - |
| XYZ | 23.1 | 24.03 | 9.38 | - |
| YUV | 132.22 | 93.45 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 132 | 71 | 0 | 0.15 | 0.54 | 0.39 | 43.06 | 0.37 | 0.45 |
| Hex | 9C | 84 | 47 | 0 | F | 36 | 27 | 2B | 25 | 2D |
| Octal | 234 | 204 | 107 | 0 | 17 | 66 | 47 | 53 | 45 | 55 |
| Binary | 10011100 | 10000100 | 1000111 | 0 | 1111 | 110110 | 100111 | 101011 | 100101 | 101101 |
Color Harmonies of #9C8447
Complementary color
Monochromatic Colors of #9C8447
Black with #9C8447
Text Example
Text Example
White with #9C8447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8447; }
p { color: rgb(156,132,71); }
H1.HeaderClassName
{
color: #9C8447;
}
.AnyTagClassName
{
color: #9C8447;
}
</style>
background-color css
<style>
a { background-color: #9C8447; }
a { background-color: rgb(156,132,71); }
div.DivClassName
{
background-color: #9C8447;
}
.BgClassName
{
background-color: #9C8447;
}
</style>
border-color css
<style>
span { border-color: #9C8447; }
span { border-color: rgb(156,132,71); }
td.TdClassName
{
border-color: #9C8447;
}
.TagClassName
{
border-color: #9C8447;
}
</style>