Shades of Muesli #9D8047
Tints of Muesli #9D8047
RGB
CMYK
RGB Variations
Color information
#9D8047 (or 0x9D8047) is known color: Muesli. HEX triplet: 9D, 80 and 47. RGB value is (157,128,71). Sum of RGB (Red+Green+Blue) = 157+128+71=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8047 is #627FB8. Grayscale: #828282. Windows color (decimal): -6455225 or 4685981. OLE color: 4685981.
HSL color Cylindrical-coordinate representation of color #9D8047: hue angle of 39.77º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D8047 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 128 | 71 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.38 |
| HSL | 39.77º | 0.38% | 0.45% | - |
| HSV(B) | 39.77º | 0.55% | 0.62% | - |
| XYZ | 22.76 | 23.06 | 9.21 | - |
| YUV | 130.17 | 94.61 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 128 | 71 | 0 | 0.18 | 0.55 | 0.38 | 39.77 | 0.38 | 0.45 |
| Hex | 9D | 80 | 47 | 0 | 12 | 37 | 26 | 28 | 26 | 2D |
| Octal | 235 | 200 | 107 | 0 | 22 | 67 | 46 | 50 | 46 | 55 |
| Binary | 10011101 | 10000000 | 1000111 | 0 | 10010 | 110111 | 100110 | 101000 | 100110 | 101101 |
Color Harmonies of #9D8047
Complementary color
Monochromatic Colors of #9D8047
Black with #9D8047
Text Example
Text Example
White with #9D8047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8047; }
p { color: rgb(157,128,71); }
H1.HeaderClassName
{
color: #9D8047;
}
.AnyTagClassName
{
color: #9D8047;
}
</style>
background-color css
<style>
a { background-color: #9D8047; }
a { background-color: rgb(157,128,71); }
div.DivClassName
{
background-color: #9D8047;
}
.BgClassName
{
background-color: #9D8047;
}
</style>
border-color css
<style>
span { border-color: #9D8047; }
span { border-color: rgb(157,128,71); }
td.TdClassName
{
border-color: #9D8047;
}
.TagClassName
{
border-color: #9D8047;
}
</style>