Shades of Muesli #9C834A
Tints of Muesli #9C834A
RGB
CMYK
RGB Variations
Color information
#9C834A (or 0x9C834A) is known color: Muesli. HEX triplet: 9C, 83 and 4A. RGB value is (156,131,74). Sum of RGB (Red+Green+Blue) = 156+131+74=361 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.21% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 156 - color contains mainly: red. Hex color #9C834A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C834A is #637CB5. Grayscale: #848484. Windows color (decimal): -6519990 or 4883356. OLE color: 4883356.
HSL color Cylindrical-coordinate representation of color #9C834A: hue angle of 41.71º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C834A is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 131 | 74 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.39 |
| HSL | 41.71º | 0.36% | 0.45% | - |
| HSV(B) | 41.71º | 0.53% | 0.61% | - |
| XYZ | 23.06 | 23.79 | 9.86 | - |
| YUV | 131.98 | 95.28 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 131 | 74 | 0 | 0.16 | 0.53 | 0.39 | 41.71 | 0.36 | 0.45 |
| Hex | 9C | 83 | 4A | 0 | 10 | 35 | 27 | 2A | 24 | 2D |
| Octal | 234 | 203 | 112 | 0 | 20 | 65 | 47 | 52 | 44 | 55 |
| Binary | 10011100 | 10000011 | 1001010 | 0 | 10000 | 110101 | 100111 | 101010 | 100100 | 101101 |
Color Harmonies of #9C834A
Complementary color
Monochromatic Colors of #9C834A
Black with #9C834A
Text Example
Text Example
White with #9C834A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C834A; }
p { color: rgb(156,131,74); }
H1.HeaderClassName
{
color: #9C834A;
}
.AnyTagClassName
{
color: #9C834A;
}
</style>
background-color css
<style>
a { background-color: #9C834A; }
a { background-color: rgb(156,131,74); }
div.DivClassName
{
background-color: #9C834A;
}
.BgClassName
{
background-color: #9C834A;
}
</style>
border-color css
<style>
span { border-color: #9C834A; }
span { border-color: rgb(156,131,74); }
td.TdClassName
{
border-color: #9C834A;
}
.TagClassName
{
border-color: #9C834A;
}
</style>