Shades of Muesli #997D55
Tints of Muesli #997D55
RGB
CMYK
RGB Variations
Color information
#997D55 (or 0x997D55) is known color: Muesli. HEX triplet: 99, 7D and 55. RGB value is (153,125,85). Sum of RGB (Red+Green+Blue) = 153+125+85=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #997D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997D55 is #6682AA. Grayscale: #818181. Windows color (decimal): -6718123 or 5602713. OLE color: 5602713.
HSL color Cylindrical-coordinate representation of color #997D55: hue angle of 35.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #997D55 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 125 | 85 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.4 |
| HSL | 35.29º | 0.29% | 0.47% | - |
| HSV(B) | 35.29º | 0.44% | 0.6% | - |
| XYZ | 22.11 | 22.1 | 11.69 | - |
| YUV | 128.81 | 103.28 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 85 | 0 | 0.18 | 0.44 | 0.4 | 35.29 | 0.29 | 0.47 |
| Hex | 99 | 7D | 55 | 0 | 12 | 2C | 28 | 23 | 1D | 2F |
| Octal | 231 | 175 | 125 | 0 | 22 | 54 | 50 | 43 | 35 | 57 |
| Binary | 10011001 | 1111101 | 1010101 | 0 | 10010 | 101100 | 101000 | 100011 | 11101 | 101111 |
Color Harmonies of #997D55
Complementary color
Monochromatic Colors of #997D55
Black with #997D55
Text Example
Text Example
White with #997D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997D55; }
p { color: rgb(153,125,85); }
H1.HeaderClassName
{
color: #997D55;
}
.AnyTagClassName
{
color: #997D55;
}
</style>
background-color css
<style>
a { background-color: #997D55; }
a { background-color: rgb(153,125,85); }
div.DivClassName
{
background-color: #997D55;
}
.BgClassName
{
background-color: #997D55;
}
</style>
border-color css
<style>
span { border-color: #997D55; }
span { border-color: rgb(153,125,85); }
td.TdClassName
{
border-color: #997D55;
}
.TagClassName
{
border-color: #997D55;
}
</style>