Shades of Muesli #9E7D50
Tints of Muesli #9E7D50
RGB
CMYK
RGB Variations
Color information
#9E7D50 (or 0x9E7D50) is known color: Muesli. HEX triplet: 9E, 7D and 50. RGB value is (158,125,80). Sum of RGB (Red+Green+Blue) = 158+125+80=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7D50 is #6182AF. Grayscale: #818181. Windows color (decimal): -6390448 or 5275038. OLE color: 5275038.
HSL color Cylindrical-coordinate representation of color #9E7D50: hue angle of 34.62º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E7D50 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 125 | 80 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.38 |
| HSL | 34.62º | 0.33% | 0.47% | - |
| HSV(B) | 34.62º | 0.49% | 0.62% | - |
| XYZ | 22.88 | 22.52 | 10.73 | - |
| YUV | 129.74 | 99.93 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 125 | 80 | 0 | 0.21 | 0.49 | 0.38 | 34.62 | 0.33 | 0.47 |
| Hex | 9E | 7D | 50 | 0 | 15 | 31 | 26 | 23 | 21 | 2F |
| Octal | 236 | 175 | 120 | 0 | 25 | 61 | 46 | 43 | 41 | 57 |
| Binary | 10011110 | 1111101 | 1010000 | 0 | 10101 | 110001 | 100110 | 100011 | 100001 | 101111 |
Color Harmonies of #9E7D50
Complementary color
Monochromatic Colors of #9E7D50
Black with #9E7D50
Text Example
Text Example
White with #9E7D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7D50; }
p { color: rgb(158,125,80); }
H1.HeaderClassName
{
color: #9E7D50;
}
.AnyTagClassName
{
color: #9E7D50;
}
</style>
background-color css
<style>
a { background-color: #9E7D50; }
a { background-color: rgb(158,125,80); }
div.DivClassName
{
background-color: #9E7D50;
}
.BgClassName
{
background-color: #9E7D50;
}
</style>
border-color css
<style>
span { border-color: #9E7D50; }
span { border-color: rgb(158,125,80); }
td.TdClassName
{
border-color: #9E7D50;
}
.TagClassName
{
border-color: #9E7D50;
}
</style>