Shades of Muesli #9C874D
Tints of Muesli #9C874D
RGB
CMYK
RGB Variations
Color information
#9C874D (or 0x9C874D) is known color: Muesli. HEX triplet: 9C, 87 and 4D. RGB value is (156,135,77). Sum of RGB (Red+Green+Blue) = 156+135+77=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 156 - color contains mainly: red. Hex color #9C874D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C874D is #6378B2. Grayscale: #868686. Windows color (decimal): -6518963 or 5080988. OLE color: 5080988.
HSL color Cylindrical-coordinate representation of color #9C874D: hue angle of 44.05º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C874D is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 135 | 77 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.39 |
| HSL | 44.05º | 0.34% | 0.46% | - |
| HSV(B) | 44.05º | 0.51% | 0.61% | - |
| XYZ | 23.71 | 24.93 | 10.58 | - |
| YUV | 134.67 | 95.46 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 135 | 77 | 0 | 0.13 | 0.51 | 0.39 | 44.05 | 0.34 | 0.46 |
| Hex | 9C | 87 | 4D | 0 | D | 33 | 27 | 2C | 22 | 2E |
| Octal | 234 | 207 | 115 | 0 | 15 | 63 | 47 | 54 | 42 | 56 |
| Binary | 10011100 | 10000111 | 1001101 | 0 | 1101 | 110011 | 100111 | 101100 | 100010 | 101110 |
Color Harmonies of #9C874D
Complementary color
Monochromatic Colors of #9C874D
Black with #9C874D
Text Example
Text Example
White with #9C874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C874D; }
p { color: rgb(156,135,77); }
H1.HeaderClassName
{
color: #9C874D;
}
.AnyTagClassName
{
color: #9C874D;
}
</style>
background-color css
<style>
a { background-color: #9C874D; }
a { background-color: rgb(156,135,77); }
div.DivClassName
{
background-color: #9C874D;
}
.BgClassName
{
background-color: #9C874D;
}
</style>
border-color css
<style>
span { border-color: #9C874D; }
span { border-color: rgb(156,135,77); }
td.TdClassName
{
border-color: #9C874D;
}
.TagClassName
{
border-color: #9C874D;
}
</style>