Shades of Muesli #9F7B48
Tints of Muesli #9F7B48
RGB
CMYK
RGB Variations
Color information
#9F7B48 (or 0x9F7B48) is known color: Muesli. HEX triplet: 9F, 7B and 48. RGB value is (159,123,72). Sum of RGB (Red+Green+Blue) = 159+123+72=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7B48 is #6084B7. Grayscale: #808080. Windows color (decimal): -6325432 or 4750239. OLE color: 4750239.
HSL color Cylindrical-coordinate representation of color #9F7B48: hue angle of 35.17º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F7B48 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 123 | 72 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.38 |
| HSL | 35.17º | 0.38% | 0.45% | - |
| HSV(B) | 35.17º | 0.55% | 0.62% | - |
| XYZ | 22.55 | 22 | 9.19 | - |
| YUV | 127.95 | 96.43 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 123 | 72 | 0 | 0.23 | 0.55 | 0.38 | 35.17 | 0.38 | 0.45 |
| Hex | 9F | 7B | 48 | 0 | 17 | 37 | 26 | 23 | 26 | 2D |
| Octal | 237 | 173 | 110 | 0 | 27 | 67 | 46 | 43 | 46 | 55 |
| Binary | 10011111 | 1111011 | 1001000 | 0 | 10111 | 110111 | 100110 | 100011 | 100110 | 101101 |
Color Harmonies of #9F7B48
Complementary color
Monochromatic Colors of #9F7B48
Black with #9F7B48
Text Example
Text Example
White with #9F7B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7B48; }
p { color: rgb(159,123,72); }
H1.HeaderClassName
{
color: #9F7B48;
}
.AnyTagClassName
{
color: #9F7B48;
}
</style>
background-color css
<style>
a { background-color: #9F7B48; }
a { background-color: rgb(159,123,72); }
div.DivClassName
{
background-color: #9F7B48;
}
.BgClassName
{
background-color: #9F7B48;
}
</style>
border-color css
<style>
span { border-color: #9F7B48; }
span { border-color: rgb(159,123,72); }
td.TdClassName
{
border-color: #9F7B48;
}
.TagClassName
{
border-color: #9F7B48;
}
</style>