Shades of Muesli #9D794B
Tints of Muesli #9D794B
RGB
CMYK
RGB Variations
Color information
#9D794B (or 0x9D794B) is known color: Muesli. HEX triplet: 9D, 79 and 4B. RGB value is (157,121,75). Sum of RGB (Red+Green+Blue) = 157+121+75=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D794B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D794B is #6286B4. Grayscale: #7E7E7E. Windows color (decimal): -6457013 or 4946333. OLE color: 4946333.
HSL color Cylindrical-coordinate representation of color #9D794B: hue angle of 33.66º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D794B is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 121 | 75 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.38 |
| HSL | 33.66º | 0.35% | 0.45% | - |
| HSV(B) | 33.66º | 0.52% | 0.62% | - |
| XYZ | 22.01 | 21.35 | 9.62 | - |
| YUV | 126.52 | 98.93 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 121 | 75 | 0 | 0.23 | 0.52 | 0.38 | 33.66 | 0.35 | 0.45 |
| Hex | 9D | 79 | 4B | 0 | 17 | 34 | 26 | 22 | 23 | 2D |
| Octal | 235 | 171 | 113 | 0 | 27 | 64 | 46 | 42 | 43 | 55 |
| Binary | 10011101 | 1111001 | 1001011 | 0 | 10111 | 110100 | 100110 | 100010 | 100011 | 101101 |
Color Harmonies of #9D794B
Complementary color
Monochromatic Colors of #9D794B
Black with #9D794B
Text Example
Text Example
White with #9D794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D794B; }
p { color: rgb(157,121,75); }
H1.HeaderClassName
{
color: #9D794B;
}
.AnyTagClassName
{
color: #9D794B;
}
</style>
background-color css
<style>
a { background-color: #9D794B; }
a { background-color: rgb(157,121,75); }
div.DivClassName
{
background-color: #9D794B;
}
.BgClassName
{
background-color: #9D794B;
}
</style>
border-color css
<style>
span { border-color: #9D794B; }
span { border-color: rgb(157,121,75); }
td.TdClassName
{
border-color: #9D794B;
}
.TagClassName
{
border-color: #9D794B;
}
</style>