Shades of Muesli #9F7B4D
Tints of Muesli #9F7B4D
RGB
CMYK
RGB Variations
Color information
#9F7B4D (or 0x9F7B4D) is known color: Muesli. HEX triplet: 9F, 7B and 4D. RGB value is (159,123,77). Sum of RGB (Red+Green+Blue) = 159+123+77=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7B4D is #6084B2. Grayscale: #808080. Windows color (decimal): -6325427 or 5077919. OLE color: 5077919.
HSL color Cylindrical-coordinate representation of color #9F7B4D: hue angle of 33.66º 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 #9F7B4D is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 123 | 77 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.38 |
| HSL | 33.66º | 0.35% | 0.46% | - |
| HSV(B) | 33.66º | 0.52% | 0.62% | - |
| XYZ | 22.72 | 22.07 | 10.08 | - |
| YUV | 128.52 | 98.93 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 123 | 77 | 0 | 0.23 | 0.52 | 0.38 | 33.66 | 0.35 | 0.46 |
| Hex | 9F | 7B | 4D | 0 | 17 | 34 | 26 | 22 | 23 | 2E |
| Octal | 237 | 173 | 115 | 0 | 27 | 64 | 46 | 42 | 43 | 56 |
| Binary | 10011111 | 1111011 | 1001101 | 0 | 10111 | 110100 | 100110 | 100010 | 100011 | 101110 |
Color Harmonies of #9F7B4D
Complementary color
Monochromatic Colors of #9F7B4D
Black with #9F7B4D
Text Example
Text Example
White with #9F7B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7B4D; }
p { color: rgb(159,123,77); }
H1.HeaderClassName
{
color: #9F7B4D;
}
.AnyTagClassName
{
color: #9F7B4D;
}
</style>
background-color css
<style>
a { background-color: #9F7B4D; }
a { background-color: rgb(159,123,77); }
div.DivClassName
{
background-color: #9F7B4D;
}
.BgClassName
{
background-color: #9F7B4D;
}
</style>
border-color css
<style>
span { border-color: #9F7B4D; }
span { border-color: rgb(159,123,77); }
td.TdClassName
{
border-color: #9F7B4D;
}
.TagClassName
{
border-color: #9F7B4D;
}
</style>