Shades of Muesli #9C834B
Tints of Muesli #9C834B
RGB
CMYK
RGB Variations
Color information
#9C834B (or 0x9C834B) is known color: Muesli. HEX triplet: 9C, 83 and 4B. RGB value is (156,131,75). Sum of RGB (Red+Green+Blue) = 156+131+75=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C834B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C834B is #637CB4. Grayscale: #848484. Windows color (decimal): -6519989 or 4948892. OLE color: 4948892.
HSL color Cylindrical-coordinate representation of color #9C834B: hue angle of 41.48º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C834B is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 131 | 75 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.39 |
| HSL | 41.48º | 0.35% | 0.45% | - |
| HSV(B) | 41.48º | 0.52% | 0.61% | - |
| XYZ | 23.1 | 23.81 | 10.03 | - |
| YUV | 132.09 | 95.78 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 131 | 75 | 0 | 0.16 | 0.52 | 0.39 | 41.48 | 0.35 | 0.45 |
| Hex | 9C | 83 | 4B | 0 | 10 | 34 | 27 | 29 | 23 | 2D |
| Octal | 234 | 203 | 113 | 0 | 20 | 64 | 47 | 51 | 43 | 55 |
| Binary | 10011100 | 10000011 | 1001011 | 0 | 10000 | 110100 | 100111 | 101001 | 100011 | 101101 |
Color Harmonies of #9C834B
Complementary color
Monochromatic Colors of #9C834B
Black with #9C834B
Text Example
Text Example
White with #9C834B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C834B; }
p { color: rgb(156,131,75); }
H1.HeaderClassName
{
color: #9C834B;
}
.AnyTagClassName
{
color: #9C834B;
}
</style>
background-color css
<style>
a { background-color: #9C834B; }
a { background-color: rgb(156,131,75); }
div.DivClassName
{
background-color: #9C834B;
}
.BgClassName
{
background-color: #9C834B;
}
</style>
border-color css
<style>
span { border-color: #9C834B; }
span { border-color: rgb(156,131,75); }
td.TdClassName
{
border-color: #9C834B;
}
.TagClassName
{
border-color: #9C834B;
}
</style>