Shades of Muesli #9F7543
Tints of Muesli #9F7543
RGB
CMYK
RGB Variations
Color information
#9F7543 (or 0x9F7543) is known color: Muesli. HEX triplet: 9F, 75 and 43. RGB value is (159,117,67). Sum of RGB (Red+Green+Blue) = 159+117+67=343 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.36% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7543 is #608ABC. Grayscale: #7C7C7C. Windows color (decimal): -6326973 or 4421023. OLE color: 4421023.
HSL color Cylindrical-coordinate representation of color #9F7543: hue angle of 32.61º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F7543 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 117 | 67 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.38 |
| HSL | 32.61º | 0.41% | 0.44% | - |
| HSV(B) | 32.61º | 0.58% | 0.62% | - |
| XYZ | 21.67 | 20.5 | 8.12 | - |
| YUV | 123.86 | 95.91 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 67 | 0 | 0.26 | 0.58 | 0.38 | 32.61 | 0.41 | 0.44 |
| Hex | 9F | 75 | 43 | 0 | 1A | 3A | 26 | 21 | 29 | 2C |
| Octal | 237 | 165 | 103 | 0 | 32 | 72 | 46 | 41 | 51 | 54 |
| Binary | 10011111 | 1110101 | 1000011 | 0 | 11010 | 111010 | 100110 | 100001 | 101001 | 101100 |
Color Harmonies of #9F7543
Complementary color
Monochromatic Colors of #9F7543
Black with #9F7543
Text Example
Text Example
White with #9F7543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7543; }
p { color: rgb(159,117,67); }
H1.HeaderClassName
{
color: #9F7543;
}
.AnyTagClassName
{
color: #9F7543;
}
</style>
background-color css
<style>
a { background-color: #9F7543; }
a { background-color: rgb(159,117,67); }
div.DivClassName
{
background-color: #9F7543;
}
.BgClassName
{
background-color: #9F7543;
}
</style>
border-color css
<style>
span { border-color: #9F7543; }
span { border-color: rgb(159,117,67); }
td.TdClassName
{
border-color: #9F7543;
}
.TagClassName
{
border-color: #9F7543;
}
</style>