Shades of Muesli #9F7E4D
Tints of Muesli #9F7E4D
RGB
CMYK
RGB Variations
Color information
#9F7E4D (or 0x9F7E4D) is known color: Muesli. HEX triplet: 9F, 7E and 4D. RGB value is (159,126,77). Sum of RGB (Red+Green+Blue) = 159+126+77=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7E4D is #6081B2. Grayscale: #828282. Windows color (decimal): -6324659 or 5078687. OLE color: 5078687.
HSL color Cylindrical-coordinate representation of color #9F7E4D: hue angle of 35.85º 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 #9F7E4D is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 126 | 77 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.38 |
| HSL | 35.85º | 0.35% | 0.46% | - |
| HSV(B) | 35.85º | 0.52% | 0.62% | - |
| XYZ | 23.1 | 22.83 | 10.21 | - |
| YUV | 130.28 | 97.93 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 126 | 77 | 0 | 0.21 | 0.52 | 0.38 | 35.85 | 0.35 | 0.46 |
| Hex | 9F | 7E | 4D | 0 | 15 | 34 | 26 | 24 | 23 | 2E |
| Octal | 237 | 176 | 115 | 0 | 25 | 64 | 46 | 44 | 43 | 56 |
| Binary | 10011111 | 1111110 | 1001101 | 0 | 10101 | 110100 | 100110 | 100100 | 100011 | 101110 |
Color Harmonies of #9F7E4D
Complementary color
Monochromatic Colors of #9F7E4D
Black with #9F7E4D
Text Example
Text Example
White with #9F7E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7E4D; }
p { color: rgb(159,126,77); }
H1.HeaderClassName
{
color: #9F7E4D;
}
.AnyTagClassName
{
color: #9F7E4D;
}
</style>
background-color css
<style>
a { background-color: #9F7E4D; }
a { background-color: rgb(159,126,77); }
div.DivClassName
{
background-color: #9F7E4D;
}
.BgClassName
{
background-color: #9F7E4D;
}
</style>
border-color css
<style>
span { border-color: #9F7E4D; }
span { border-color: rgb(159,126,77); }
td.TdClassName
{
border-color: #9F7E4D;
}
.TagClassName
{
border-color: #9F7E4D;
}
</style>