Shades of Muesli #9F7C58
Tints of Muesli #9F7C58
RGB
CMYK
RGB Variations
Color information
#9F7C58 (or 0x9F7C58) is known color: Muesli. HEX triplet: 9F, 7C and 58. RGB value is (159,124,88). Sum of RGB (Red+Green+Blue) = 159+124+88=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7C58 is #6083A7. Grayscale: #828282. Windows color (decimal): -6325160 or 5799071. OLE color: 5799071.
HSL color Cylindrical-coordinate representation of color #9F7C58: hue angle of 30.42º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F7C58 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 124 | 88 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.38 |
| HSL | 30.42º | 0.29% | 0.48% | - |
| HSV(B) | 30.42º | 0.45% | 0.62% | - |
| XYZ | 23.27 | 22.49 | 12.35 | - |
| YUV | 130.36 | 104.1 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 124 | 88 | 0 | 0.22 | 0.45 | 0.38 | 30.42 | 0.29 | 0.48 |
| Hex | 9F | 7C | 58 | 0 | 16 | 2D | 26 | 1E | 1D | 30 |
| Octal | 237 | 174 | 130 | 0 | 26 | 55 | 46 | 36 | 35 | 60 |
| Binary | 10011111 | 1111100 | 1011000 | 0 | 10110 | 101101 | 100110 | 11110 | 11101 | 110000 |
Color Harmonies of #9F7C58
Complementary color
Monochromatic Colors of #9F7C58
Black with #9F7C58
Text Example
Text Example
White with #9F7C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7C58; }
p { color: rgb(159,124,88); }
H1.HeaderClassName
{
color: #9F7C58;
}
.AnyTagClassName
{
color: #9F7C58;
}
</style>
background-color css
<style>
a { background-color: #9F7C58; }
a { background-color: rgb(159,124,88); }
div.DivClassName
{
background-color: #9F7C58;
}
.BgClassName
{
background-color: #9F7C58;
}
</style>
border-color css
<style>
span { border-color: #9F7C58; }
span { border-color: rgb(159,124,88); }
td.TdClassName
{
border-color: #9F7C58;
}
.TagClassName
{
border-color: #9F7C58;
}
</style>