Shades of Muesli #9F7B53
Tints of Muesli #9F7B53
RGB
CMYK
RGB Variations
Color information
#9F7B53 (or 0x9F7B53) is known color: Muesli. HEX triplet: 9F, 7B and 53. RGB value is (159,123,83). Sum of RGB (Red+Green+Blue) = 159+123+83=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7B53 is #6084AC. Grayscale: #818181. Windows color (decimal): -6325421 or 5471135. OLE color: 5471135.
HSL color Cylindrical-coordinate representation of color #9F7B53: hue angle of 31.58º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F7B53 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 123 | 83 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.38 |
| HSL | 31.58º | 0.31% | 0.47% | - |
| HSV(B) | 31.58º | 0.48% | 0.62% | - |
| XYZ | 22.94 | 22.16 | 11.25 | - |
| YUV | 129.2 | 101.93 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 123 | 83 | 0 | 0.23 | 0.48 | 0.38 | 31.58 | 0.31 | 0.47 |
| Hex | 9F | 7B | 53 | 0 | 17 | 30 | 26 | 20 | 1F | 2F |
| Octal | 237 | 173 | 123 | 0 | 27 | 60 | 46 | 40 | 37 | 57 |
| Binary | 10011111 | 1111011 | 1010011 | 0 | 10111 | 110000 | 100110 | 100000 | 11111 | 101111 |
Color Harmonies of #9F7B53
Complementary color
Monochromatic Colors of #9F7B53
Black with #9F7B53
Text Example
Text Example
White with #9F7B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7B53; }
p { color: rgb(159,123,83); }
H1.HeaderClassName
{
color: #9F7B53;
}
.AnyTagClassName
{
color: #9F7B53;
}
</style>
background-color css
<style>
a { background-color: #9F7B53; }
a { background-color: rgb(159,123,83); }
div.DivClassName
{
background-color: #9F7B53;
}
.BgClassName
{
background-color: #9F7B53;
}
</style>
border-color css
<style>
span { border-color: #9F7B53; }
span { border-color: rgb(159,123,83); }
td.TdClassName
{
border-color: #9F7B53;
}
.TagClassName
{
border-color: #9F7B53;
}
</style>