Shades of Muesli #9D7C45
Tints of Muesli #9D7C45
RGB
CMYK
RGB Variations
Color information
#9D7C45 (or 0x9D7C45) is known color: Muesli. HEX triplet: 9D, 7C and 45. RGB value is (157,124,69). Sum of RGB (Red+Green+Blue) = 157+124+69=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7C45 is #6283BA. Grayscale: #7F7F7F. Windows color (decimal): -6456251 or 4553885. OLE color: 4553885.
HSL color Cylindrical-coordinate representation of color #9D7C45: hue angle of 37.5º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D7C45 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 124 | 69 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.38 |
| HSL | 37.5º | 0.39% | 0.44% | - |
| HSV(B) | 37.5º | 0.56% | 0.62% | - |
| XYZ | 22.19 | 22.01 | 8.71 | - |
| YUV | 127.6 | 94.93 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 124 | 69 | 0 | 0.21 | 0.56 | 0.38 | 37.5 | 0.39 | 0.44 |
| Hex | 9D | 7C | 45 | 0 | 15 | 38 | 26 | 26 | 27 | 2C |
| Octal | 235 | 174 | 105 | 0 | 25 | 70 | 46 | 46 | 47 | 54 |
| Binary | 10011101 | 1111100 | 1000101 | 0 | 10101 | 111000 | 100110 | 100110 | 100111 | 101100 |
Color Harmonies of #9D7C45
Complementary color
Monochromatic Colors of #9D7C45
Black with #9D7C45
Text Example
Text Example
White with #9D7C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7C45; }
p { color: rgb(157,124,69); }
H1.HeaderClassName
{
color: #9D7C45;
}
.AnyTagClassName
{
color: #9D7C45;
}
</style>
background-color css
<style>
a { background-color: #9D7C45; }
a { background-color: rgb(157,124,69); }
div.DivClassName
{
background-color: #9D7C45;
}
.BgClassName
{
background-color: #9D7C45;
}
</style>
border-color css
<style>
span { border-color: #9D7C45; }
span { border-color: rgb(157,124,69); }
td.TdClassName
{
border-color: #9D7C45;
}
.TagClassName
{
border-color: #9D7C45;
}
</style>