Shades of Muesli #9C7D54
Tints of Muesli #9C7D54
RGB
CMYK
RGB Variations
Color information
#9C7D54 (or 0x9C7D54) is known color: Muesli. HEX triplet: 9C, 7D and 54. RGB value is (156,125,84). Sum of RGB (Red+Green+Blue) = 156+125+84=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7D54 is #6382AB. Grayscale: #818181. Windows color (decimal): -6521516 or 5537180. OLE color: 5537180.
HSL color Cylindrical-coordinate representation of color #9C7D54: hue angle of 34.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C7D54 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 125 | 84 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.39 |
| HSL | 34.17º | 0.3% | 0.47% | - |
| HSV(B) | 34.17º | 0.46% | 0.61% | - |
| XYZ | 22.64 | 22.38 | 11.51 | - |
| YUV | 129.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 125 | 84 | 0 | 0.20 | 0.46 | 0.39 | 34.17 | 0.3 | 0.47 |
| Hex | 9C | 7D | 54 | 0 | 14 | 2E | 27 | 22 | 1E | 2F |
| Octal | 234 | 175 | 124 | 0 | 24 | 56 | 47 | 42 | 36 | 57 |
| Binary | 10011100 | 1111101 | 1010100 | 0 | 10100 | 101110 | 100111 | 100010 | 11110 | 101111 |
Color Harmonies of #9C7D54
Complementary color
Monochromatic Colors of #9C7D54
Black with #9C7D54
Text Example
Text Example
White with #9C7D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7D54; }
p { color: rgb(156,125,84); }
H1.HeaderClassName
{
color: #9C7D54;
}
.AnyTagClassName
{
color: #9C7D54;
}
</style>
background-color css
<style>
a { background-color: #9C7D54; }
a { background-color: rgb(156,125,84); }
div.DivClassName
{
background-color: #9C7D54;
}
.BgClassName
{
background-color: #9C7D54;
}
</style>
border-color css
<style>
span { border-color: #9C7D54; }
span { border-color: rgb(156,125,84); }
td.TdClassName
{
border-color: #9C7D54;
}
.TagClassName
{
border-color: #9C7D54;
}
</style>