Shades of Muesli #9D7E58
Tints of Muesli #9D7E58
RGB
CMYK
RGB Variations
Color information
#9D7E58 (or 0x9D7E58) is known color: Muesli. HEX triplet: 9D, 7E and 58. RGB value is (157,126,88). Sum of RGB (Red+Green+Blue) = 157+126+88=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7E58 is #6281A7. Grayscale: #838383. Windows color (decimal): -6455720 or 5799581. OLE color: 5799581.
HSL color Cylindrical-coordinate representation of color #9D7E58: hue angle of 33.04º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D7E58 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 126 | 88 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.38 |
| HSL | 33.04º | 0.28% | 0.48% | - |
| HSV(B) | 33.04º | 0.44% | 0.62% | - |
| XYZ | 23.13 | 22.79 | 12.41 | - |
| YUV | 130.94 | 103.77 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 126 | 88 | 0 | 0.20 | 0.44 | 0.38 | 33.04 | 0.28 | 0.48 |
| Hex | 9D | 7E | 58 | 0 | 14 | 2C | 26 | 21 | 1C | 30 |
| Octal | 235 | 176 | 130 | 0 | 24 | 54 | 46 | 41 | 34 | 60 |
| Binary | 10011101 | 1111110 | 1011000 | 0 | 10100 | 101100 | 100110 | 100001 | 11100 | 110000 |
Color Harmonies of #9D7E58
Complementary color
Monochromatic Colors of #9D7E58
Black with #9D7E58
Text Example
Text Example
White with #9D7E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7E58; }
p { color: rgb(157,126,88); }
H1.HeaderClassName
{
color: #9D7E58;
}
.AnyTagClassName
{
color: #9D7E58;
}
</style>
background-color css
<style>
a { background-color: #9D7E58; }
a { background-color: rgb(157,126,88); }
div.DivClassName
{
background-color: #9D7E58;
}
.BgClassName
{
background-color: #9D7E58;
}
</style>
border-color css
<style>
span { border-color: #9D7E58; }
span { border-color: rgb(157,126,88); }
td.TdClassName
{
border-color: #9D7E58;
}
.TagClassName
{
border-color: #9D7E58;
}
</style>