Shades of Muesli #9C8348
Tints of Muesli #9C8348
RGB
CMYK
RGB Variations
Color information
#9C8348 (or 0x9C8348) is known color: Muesli. HEX triplet: 9C, 83 and 48. RGB value is (156,131,72). Sum of RGB (Red+Green+Blue) = 156+131+72=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8348 is #637CB7. Grayscale: #848484. Windows color (decimal): -6519992 or 4752284. OLE color: 4752284.
HSL color Cylindrical-coordinate representation of color #9C8348: hue angle of 42.14º 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 #9C8348 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 131 | 72 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.39 |
| HSL | 42.14º | 0.37% | 0.45% | - |
| HSV(B) | 42.14º | 0.54% | 0.61% | - |
| XYZ | 23 | 23.77 | 9.51 | - |
| YUV | 131.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 131 | 72 | 0 | 0.16 | 0.54 | 0.39 | 42.14 | 0.37 | 0.45 |
| Hex | 9C | 83 | 48 | 0 | 10 | 36 | 27 | 2A | 25 | 2D |
| Octal | 234 | 203 | 110 | 0 | 20 | 66 | 47 | 52 | 45 | 55 |
| Binary | 10011100 | 10000011 | 1001000 | 0 | 10000 | 110110 | 100111 | 101010 | 100101 | 101101 |
Color Harmonies of #9C8348
Complementary color
Monochromatic Colors of #9C8348
Black with #9C8348
Text Example
Text Example
White with #9C8348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8348; }
p { color: rgb(156,131,72); }
H1.HeaderClassName
{
color: #9C8348;
}
.AnyTagClassName
{
color: #9C8348;
}
</style>
background-color css
<style>
a { background-color: #9C8348; }
a { background-color: rgb(156,131,72); }
div.DivClassName
{
background-color: #9C8348;
}
.BgClassName
{
background-color: #9C8348;
}
</style>
border-color css
<style>
span { border-color: #9C8348; }
span { border-color: rgb(156,131,72); }
td.TdClassName
{
border-color: #9C8348;
}
.TagClassName
{
border-color: #9C8348;
}
</style>