Shades of Muesli #9E7D51
Tints of Muesli #9E7D51
RGB
CMYK
RGB Variations
Color information
#9E7D51 (or 0x9E7D51) is known color: Muesli. HEX triplet: 9E, 7D and 51. RGB value is (158,125,81). Sum of RGB (Red+Green+Blue) = 158+125+81=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7D51 is #6182AE. Grayscale: #828282. Windows color (decimal): -6390447 or 5340574. OLE color: 5340574.
HSL color Cylindrical-coordinate representation of color #9E7D51: hue angle of 34.29º degrees, saturation: 0.32, 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 #9E7D51 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 125 | 81 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.38 |
| HSL | 34.29º | 0.32% | 0.47% | - |
| HSV(B) | 34.29º | 0.49% | 0.62% | - |
| XYZ | 22.92 | 22.53 | 10.93 | - |
| YUV | 129.85 | 100.43 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 125 | 81 | 0 | 0.21 | 0.49 | 0.38 | 34.29 | 0.32 | 0.47 |
| Hex | 9E | 7D | 51 | 0 | 15 | 31 | 26 | 22 | 20 | 2F |
| Octal | 236 | 175 | 121 | 0 | 25 | 61 | 46 | 42 | 40 | 57 |
| Binary | 10011110 | 1111101 | 1010001 | 0 | 10101 | 110001 | 100110 | 100010 | 100000 | 101111 |
Color Harmonies of #9E7D51
Complementary color
Monochromatic Colors of #9E7D51
Black with #9E7D51
Text Example
Text Example
White with #9E7D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7D51; }
p { color: rgb(158,125,81); }
H1.HeaderClassName
{
color: #9E7D51;
}
.AnyTagClassName
{
color: #9E7D51;
}
</style>
background-color css
<style>
a { background-color: #9E7D51; }
a { background-color: rgb(158,125,81); }
div.DivClassName
{
background-color: #9E7D51;
}
.BgClassName
{
background-color: #9E7D51;
}
</style>
border-color css
<style>
span { border-color: #9E7D51; }
span { border-color: rgb(158,125,81); }
td.TdClassName
{
border-color: #9E7D51;
}
.TagClassName
{
border-color: #9E7D51;
}
</style>