Shades of Muesli #9E7D49
Tints of Muesli #9E7D49
RGB
CMYK
RGB Variations
Color information
#9E7D49 (or 0x9E7D49) is known color: Muesli. HEX triplet: 9E, 7D and 49. RGB value is (158,125,73). Sum of RGB (Red+Green+Blue) = 158+125+73=356 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.38% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7D49 is #6182B6. Grayscale: #818181. Windows color (decimal): -6390455 or 4816286. OLE color: 4816286.
HSL color Cylindrical-coordinate representation of color #9E7D49: hue angle of 36.71º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E7D49 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 125 | 73 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.38 |
| HSL | 36.71º | 0.37% | 0.45% | - |
| HSV(B) | 36.71º | 0.54% | 0.62% | - |
| XYZ | 22.64 | 22.42 | 9.44 | - |
| YUV | 128.94 | 96.43 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 125 | 73 | 0 | 0.21 | 0.54 | 0.38 | 36.71 | 0.37 | 0.45 |
| Hex | 9E | 7D | 49 | 0 | 15 | 36 | 26 | 25 | 25 | 2D |
| Octal | 236 | 175 | 111 | 0 | 25 | 66 | 46 | 45 | 45 | 55 |
| Binary | 10011110 | 1111101 | 1001001 | 0 | 10101 | 110110 | 100110 | 100101 | 100101 | 101101 |
Color Harmonies of #9E7D49
Complementary color
Monochromatic Colors of #9E7D49
Black with #9E7D49
Text Example
Text Example
White with #9E7D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7D49; }
p { color: rgb(158,125,73); }
H1.HeaderClassName
{
color: #9E7D49;
}
.AnyTagClassName
{
color: #9E7D49;
}
</style>
background-color css
<style>
a { background-color: #9E7D49; }
a { background-color: rgb(158,125,73); }
div.DivClassName
{
background-color: #9E7D49;
}
.BgClassName
{
background-color: #9E7D49;
}
</style>
border-color css
<style>
span { border-color: #9E7D49; }
span { border-color: rgb(158,125,73); }
td.TdClassName
{
border-color: #9E7D49;
}
.TagClassName
{
border-color: #9E7D49;
}
</style>