Shades of Muesli #9E7D40
Tints of Muesli #9E7D40
RGB
CMYK
RGB Variations
Color information
#9E7D40 (or 0x9E7D40) is known color: Muesli. HEX triplet: 9E, 7D and 40. RGB value is (158,125,64). Sum of RGB (Red+Green+Blue) = 158+125+64=347 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.53% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7D40 is #6182BF. Grayscale: #808080. Windows color (decimal): -6390464 or 4226462. OLE color: 4226462.
HSL color Cylindrical-coordinate representation of color #9E7D40: hue angle of 38.94º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E7D40 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 125 | 64 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.38 |
| HSL | 38.94º | 0.42% | 0.44% | - |
| HSV(B) | 38.94º | 0.59% | 0.62% | - |
| XYZ | 22.36 | 22.31 | 7.98 | - |
| YUV | 127.91 | 91.93 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 125 | 64 | 0 | 0.21 | 0.59 | 0.38 | 38.94 | 0.42 | 0.44 |
| Hex | 9E | 7D | 40 | 0 | 15 | 3B | 26 | 27 | 2A | 2C |
| Octal | 236 | 175 | 100 | 0 | 25 | 73 | 46 | 47 | 52 | 54 |
| Binary | 10011110 | 1111101 | 1000000 | 0 | 10101 | 111011 | 100110 | 100111 | 101010 | 101100 |
Color Harmonies of #9E7D40
Complementary color
Monochromatic Colors of #9E7D40
Black with #9E7D40
Text Example
Text Example
White with #9E7D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7D40; }
p { color: rgb(158,125,64); }
H1.HeaderClassName
{
color: #9E7D40;
}
.AnyTagClassName
{
color: #9E7D40;
}
</style>
background-color css
<style>
a { background-color: #9E7D40; }
a { background-color: rgb(158,125,64); }
div.DivClassName
{
background-color: #9E7D40;
}
.BgClassName
{
background-color: #9E7D40;
}
</style>
border-color css
<style>
span { border-color: #9E7D40; }
span { border-color: rgb(158,125,64); }
td.TdClassName
{
border-color: #9E7D40;
}
.TagClassName
{
border-color: #9E7D40;
}
</style>