Shades of Muesli #997C53
Tints of Muesli #997C53
RGB
CMYK
RGB Variations
Color information
#997C53 (or 0x997C53) is known color: Muesli. HEX triplet: 99, 7C and 53. RGB value is (153,124,83). Sum of RGB (Red+Green+Blue) = 153+124+83=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #997C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997C53 is #6683AC. Grayscale: #808080. Windows color (decimal): -6718381 or 5471385. OLE color: 5471385.
HSL color Cylindrical-coordinate representation of color #997C53: hue angle of 35.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #997C53 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 83 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.4 |
| HSL | 35.14º | 0.3% | 0.46% | - |
| HSV(B) | 35.14º | 0.46% | 0.6% | - |
| XYZ | 21.91 | 21.81 | 11.24 | - |
| YUV | 128 | 102.61 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 83 | 0 | 0.19 | 0.46 | 0.4 | 35.14 | 0.3 | 0.46 |
| Hex | 99 | 7C | 53 | 0 | 13 | 2E | 28 | 23 | 1E | 2E |
| Octal | 231 | 174 | 123 | 0 | 23 | 56 | 50 | 43 | 36 | 56 |
| Binary | 10011001 | 1111100 | 1010011 | 0 | 10011 | 101110 | 101000 | 100011 | 11110 | 101110 |
Color Harmonies of #997C53
Complementary color
Monochromatic Colors of #997C53
Black with #997C53
Text Example
Text Example
White with #997C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C53; }
p { color: rgb(153,124,83); }
H1.HeaderClassName
{
color: #997C53;
}
.AnyTagClassName
{
color: #997C53;
}
</style>
background-color css
<style>
a { background-color: #997C53; }
a { background-color: rgb(153,124,83); }
div.DivClassName
{
background-color: #997C53;
}
.BgClassName
{
background-color: #997C53;
}
</style>
border-color css
<style>
span { border-color: #997C53; }
span { border-color: rgb(153,124,83); }
td.TdClassName
{
border-color: #997C53;
}
.TagClassName
{
border-color: #997C53;
}
</style>