Shades of Muesli #9C824E
Tints of Muesli #9C824E
RGB
CMYK
RGB Variations
Color information
#9C824E (or 0x9C824E) is known color: Muesli. HEX triplet: 9C, 82 and 4E. RGB value is (156,130,78). Sum of RGB (Red+Green+Blue) = 156+130+78=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C824E is #637DB1. Grayscale: #848484. Windows color (decimal): -6520242 or 5145244. OLE color: 5145244.
HSL color Cylindrical-coordinate representation of color #9C824E: hue angle of 40º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C824E is Cyan = 0, Magento = 0.17, Yellow = 0.5 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 130 | 78 | - |
| CMYK | 0 | 0.17 | 0.5 | 0.39 |
| HSL | 40º | 0.33% | 0.46% | - |
| HSV(B) | 40º | 0.5% | 0.61% | - |
| XYZ | 23.07 | 23.58 | 10.54 | - |
| YUV | 131.85 | 97.61 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 78 | 0 | 0.17 | 0.5 | 0.39 | 40 | 0.33 | 0.46 |
| Hex | 9C | 82 | 4E | 0 | 11 | 32 | 27 | 28 | 21 | 2E |
| Octal | 234 | 202 | 116 | 0 | 21 | 62 | 47 | 50 | 41 | 56 |
| Binary | 10011100 | 10000010 | 1001110 | 0 | 10001 | 110010 | 100111 | 101000 | 100001 | 101110 |
Color Harmonies of #9C824E
Complementary color
Monochromatic Colors of #9C824E
Black with #9C824E
Text Example
Text Example
White with #9C824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C824E; }
p { color: rgb(156,130,78); }
H1.HeaderClassName
{
color: #9C824E;
}
.AnyTagClassName
{
color: #9C824E;
}
</style>
background-color css
<style>
a { background-color: #9C824E; }
a { background-color: rgb(156,130,78); }
div.DivClassName
{
background-color: #9C824E;
}
.BgClassName
{
background-color: #9C824E;
}
</style>
border-color css
<style>
span { border-color: #9C824E; }
span { border-color: rgb(156,130,78); }
td.TdClassName
{
border-color: #9C824E;
}
.TagClassName
{
border-color: #9C824E;
}
</style>