Shades of Muesli #9D7D4C
Tints of Muesli #9D7D4C
RGB
CMYK
RGB Variations
Color information
#9D7D4C (or 0x9D7D4C) is known color: Muesli. HEX triplet: 9D, 7D and 4C. RGB value is (157,125,76). Sum of RGB (Red+Green+Blue) = 157+125+76=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7D4C is #6282B3. Grayscale: #818181. Windows color (decimal): -6455988 or 5012893. OLE color: 5012893.
HSL color Cylindrical-coordinate representation of color #9D7D4C: hue angle of 36.3º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D7D4C is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 125 | 76 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.38 |
| HSL | 36.3º | 0.35% | 0.46% | - |
| HSV(B) | 36.3º | 0.52% | 0.62% | - |
| XYZ | 22.54 | 22.36 | 9.96 | - |
| YUV | 128.98 | 98.1 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 125 | 76 | 0 | 0.20 | 0.52 | 0.38 | 36.3 | 0.35 | 0.46 |
| Hex | 9D | 7D | 4C | 0 | 14 | 34 | 26 | 24 | 23 | 2E |
| Octal | 235 | 175 | 114 | 0 | 24 | 64 | 46 | 44 | 43 | 56 |
| Binary | 10011101 | 1111101 | 1001100 | 0 | 10100 | 110100 | 100110 | 100100 | 100011 | 101110 |
Color Harmonies of #9D7D4C
Complementary color
Monochromatic Colors of #9D7D4C
Black with #9D7D4C
Text Example
Text Example
White with #9D7D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7D4C; }
p { color: rgb(157,125,76); }
H1.HeaderClassName
{
color: #9D7D4C;
}
.AnyTagClassName
{
color: #9D7D4C;
}
</style>
background-color css
<style>
a { background-color: #9D7D4C; }
a { background-color: rgb(157,125,76); }
div.DivClassName
{
background-color: #9D7D4C;
}
.BgClassName
{
background-color: #9D7D4C;
}
</style>
border-color css
<style>
span { border-color: #9D7D4C; }
span { border-color: rgb(157,125,76); }
td.TdClassName
{
border-color: #9D7D4C;
}
.TagClassName
{
border-color: #9D7D4C;
}
</style>