Shades of Muesli #997C50
Tints of Muesli #997C50
RGB
CMYK
RGB Variations
Color information
#997C50 (or 0x997C50) is known color: Muesli. HEX triplet: 99, 7C and 50. RGB value is (153,124,80). Sum of RGB (Red+Green+Blue) = 153+124+80=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #997C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997C50 is #6683AF. Grayscale: #7F7F7F. Windows color (decimal): -6718384 or 5274777. OLE color: 5274777.
HSL color Cylindrical-coordinate representation of color #997C50: hue angle of 36.16º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #997C50 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 80 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.4 |
| HSL | 36.16º | 0.31% | 0.46% | - |
| HSV(B) | 36.16º | 0.48% | 0.6% | - |
| XYZ | 21.79 | 21.77 | 10.64 | - |
| YUV | 127.66 | 101.11 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 80 | 0 | 0.19 | 0.48 | 0.4 | 36.16 | 0.31 | 0.46 |
| Hex | 99 | 7C | 50 | 0 | 13 | 30 | 28 | 24 | 1F | 2E |
| Octal | 231 | 174 | 120 | 0 | 23 | 60 | 50 | 44 | 37 | 56 |
| Binary | 10011001 | 1111100 | 1010000 | 0 | 10011 | 110000 | 101000 | 100100 | 11111 | 101110 |
Color Harmonies of #997C50
Complementary color
Monochromatic Colors of #997C50
Black with #997C50
Text Example
Text Example
White with #997C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C50; }
p { color: rgb(153,124,80); }
H1.HeaderClassName
{
color: #997C50;
}
.AnyTagClassName
{
color: #997C50;
}
</style>
background-color css
<style>
a { background-color: #997C50; }
a { background-color: rgb(153,124,80); }
div.DivClassName
{
background-color: #997C50;
}
.BgClassName
{
background-color: #997C50;
}
</style>
border-color css
<style>
span { border-color: #997C50; }
span { border-color: rgb(153,124,80); }
td.TdClassName
{
border-color: #997C50;
}
.TagClassName
{
border-color: #997C50;
}
</style>