Shades of Muesli #9E7B4F
Tints of Muesli #9E7B4F
RGB
CMYK
RGB Variations
Color information
#9E7B4F (or 0x9E7B4F) is known color: Muesli. HEX triplet: 9E, 7B and 4F. RGB value is (158,123,79). Sum of RGB (Red+Green+Blue) = 158+123+79=360 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.89% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7B4F is #6184B0. Grayscale: #808080. Windows color (decimal): -6390961 or 5208990. OLE color: 5208990.
HSL color Cylindrical-coordinate representation of color #9E7B4F: hue angle of 33.42º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E7B4F is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 123 | 79 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.38 |
| HSL | 33.42º | 0.33% | 0.46% | - |
| HSV(B) | 33.42º | 0.5% | 0.62% | - |
| XYZ | 22.59 | 22 | 10.45 | - |
| YUV | 128.45 | 100.1 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 123 | 79 | 0 | 0.22 | 0.50 | 0.38 | 33.42 | 0.33 | 0.46 |
| Hex | 9E | 7B | 4F | 0 | 16 | 32 | 26 | 21 | 21 | 2E |
| Octal | 236 | 173 | 117 | 0 | 26 | 62 | 46 | 41 | 41 | 56 |
| Binary | 10011110 | 1111011 | 1001111 | 0 | 10110 | 110010 | 100110 | 100001 | 100001 | 101110 |
Color Harmonies of #9E7B4F
Complementary color
Monochromatic Colors of #9E7B4F
Black with #9E7B4F
Text Example
Text Example
White with #9E7B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7B4F; }
p { color: rgb(158,123,79); }
H1.HeaderClassName
{
color: #9E7B4F;
}
.AnyTagClassName
{
color: #9E7B4F;
}
</style>
background-color css
<style>
a { background-color: #9E7B4F; }
a { background-color: rgb(158,123,79); }
div.DivClassName
{
background-color: #9E7B4F;
}
.BgClassName
{
background-color: #9E7B4F;
}
</style>
border-color css
<style>
span { border-color: #9E7B4F; }
span { border-color: rgb(158,123,79); }
td.TdClassName
{
border-color: #9E7B4F;
}
.TagClassName
{
border-color: #9E7B4F;
}
</style>