Shades of Muesli #9C874B
Tints of Muesli #9C874B
RGB
CMYK
RGB Variations
Color information
#9C874B (or 0x9C874B) is known color: Muesli. HEX triplet: 9C, 87 and 4B. RGB value is (156,135,75). Sum of RGB (Red+Green+Blue) = 156+135+75=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C874B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C874B is #6378B4. Grayscale: #868686. Windows color (decimal): -6518965 or 4949916. OLE color: 4949916.
HSL color Cylindrical-coordinate representation of color #9C874B: hue angle of 44.44º 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 #9C874B is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 135 | 75 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.39 |
| HSL | 44.44º | 0.35% | 0.45% | - |
| HSV(B) | 44.44º | 0.52% | 0.61% | - |
| XYZ | 23.64 | 24.9 | 10.22 | - |
| YUV | 134.44 | 94.46 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 135 | 75 | 0 | 0.13 | 0.52 | 0.39 | 44.44 | 0.35 | 0.45 |
| Hex | 9C | 87 | 4B | 0 | D | 34 | 27 | 2C | 23 | 2D |
| Octal | 234 | 207 | 113 | 0 | 15 | 64 | 47 | 54 | 43 | 55 |
| Binary | 10011100 | 10000111 | 1001011 | 0 | 1101 | 110100 | 100111 | 101100 | 100011 | 101101 |
Color Harmonies of #9C874B
Complementary color
Monochromatic Colors of #9C874B
Black with #9C874B
Text Example
Text Example
White with #9C874B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C874B; }
p { color: rgb(156,135,75); }
H1.HeaderClassName
{
color: #9C874B;
}
.AnyTagClassName
{
color: #9C874B;
}
</style>
background-color css
<style>
a { background-color: #9C874B; }
a { background-color: rgb(156,135,75); }
div.DivClassName
{
background-color: #9C874B;
}
.BgClassName
{
background-color: #9C874B;
}
</style>
border-color css
<style>
span { border-color: #9C874B; }
span { border-color: rgb(156,135,75); }
td.TdClassName
{
border-color: #9C874B;
}
.TagClassName
{
border-color: #9C874B;
}
</style>