Shades of Muesli #9C8358
Tints of Muesli #9C8358
RGB
CMYK
RGB Variations
Color information
#9C8358 (or 0x9C8358) is known color: Muesli. HEX triplet: 9C, 83 and 58. RGB value is (156,131,88). Sum of RGB (Red+Green+Blue) = 156+131+88=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8358 is #637CA7. Grayscale: #858585. Windows color (decimal): -6519976 or 5800860. OLE color: 5800860.
HSL color Cylindrical-coordinate representation of color #9C8358: hue angle of 37.94º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C8358 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 131 | 88 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.39 |
| HSL | 37.94º | 0.28% | 0.48% | - |
| HSV(B) | 37.94º | 0.44% | 0.61% | - |
| XYZ | 23.59 | 24.01 | 12.62 | - |
| YUV | 133.57 | 102.28 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 131 | 88 | 0 | 0.16 | 0.44 | 0.39 | 37.94 | 0.28 | 0.48 |
| Hex | 9C | 83 | 58 | 0 | 10 | 2C | 27 | 26 | 1C | 30 |
| Octal | 234 | 203 | 130 | 0 | 20 | 54 | 47 | 46 | 34 | 60 |
| Binary | 10011100 | 10000011 | 1011000 | 0 | 10000 | 101100 | 100111 | 100110 | 11100 | 110000 |
Color Harmonies of #9C8358
Complementary color
Monochromatic Colors of #9C8358
Black with #9C8358
Text Example
Text Example
White with #9C8358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8358; }
p { color: rgb(156,131,88); }
H1.HeaderClassName
{
color: #9C8358;
}
.AnyTagClassName
{
color: #9C8358;
}
</style>
background-color css
<style>
a { background-color: #9C8358; }
a { background-color: rgb(156,131,88); }
div.DivClassName
{
background-color: #9C8358;
}
.BgClassName
{
background-color: #9C8358;
}
</style>
border-color css
<style>
span { border-color: #9C8358; }
span { border-color: rgb(156,131,88); }
td.TdClassName
{
border-color: #9C8358;
}
.TagClassName
{
border-color: #9C8358;
}
</style>