Shades of Muesli #9F7A4D
Tints of Muesli #9F7A4D
RGB
CMYK
RGB Variations
Color information
#9F7A4D (or 0x9F7A4D) is known color: Muesli. HEX triplet: 9F, 7A and 4D. RGB value is (159,122,77). Sum of RGB (Red+Green+Blue) = 159+122+77=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7A4D is #6085B2. Grayscale: #808080. Windows color (decimal): -6325683 or 5077663. OLE color: 5077663.
HSL color Cylindrical-coordinate representation of color #9F7A4D: hue angle of 32.93º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F7A4D is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 122 | 77 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.38 |
| HSL | 32.93º | 0.35% | 0.46% | - |
| HSV(B) | 32.93º | 0.52% | 0.62% | - |
| XYZ | 22.6 | 21.83 | 10.04 | - |
| YUV | 127.93 | 99.26 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 122 | 77 | 0 | 0.23 | 0.52 | 0.38 | 32.93 | 0.35 | 0.46 |
| Hex | 9F | 7A | 4D | 0 | 17 | 34 | 26 | 21 | 23 | 2E |
| Octal | 237 | 172 | 115 | 0 | 27 | 64 | 46 | 41 | 43 | 56 |
| Binary | 10011111 | 1111010 | 1001101 | 0 | 10111 | 110100 | 100110 | 100001 | 100011 | 101110 |
Color Harmonies of #9F7A4D
Complementary color
Monochromatic Colors of #9F7A4D
Black with #9F7A4D
Text Example
Text Example
White with #9F7A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7A4D; }
p { color: rgb(159,122,77); }
H1.HeaderClassName
{
color: #9F7A4D;
}
.AnyTagClassName
{
color: #9F7A4D;
}
</style>
background-color css
<style>
a { background-color: #9F7A4D; }
a { background-color: rgb(159,122,77); }
div.DivClassName
{
background-color: #9F7A4D;
}
.BgClassName
{
background-color: #9F7A4D;
}
</style>
border-color css
<style>
span { border-color: #9F7A4D; }
span { border-color: rgb(159,122,77); }
td.TdClassName
{
border-color: #9F7A4D;
}
.TagClassName
{
border-color: #9F7A4D;
}
</style>