Shades of Muesli #997D53
Tints of Muesli #997D53
RGB
CMYK
RGB Variations
Color information
#997D53 (or 0x997D53) is known color: Muesli. HEX triplet: 99, 7D and 53. RGB value is (153,125,83). Sum of RGB (Red+Green+Blue) = 153+125+83=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #997D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997D53 is #6682AC. Grayscale: #808080. Windows color (decimal): -6718125 or 5471641. OLE color: 5471641.
HSL color Cylindrical-coordinate representation of color #997D53: hue angle of 36º 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 #997D53 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 125 | 83 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.4 |
| HSL | 36º | 0.3% | 0.46% | - |
| HSV(B) | 36º | 0.46% | 0.6% | - |
| XYZ | 22.03 | 22.06 | 11.28 | - |
| YUV | 128.58 | 102.28 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 83 | 0 | 0.18 | 0.46 | 0.4 | 36 | 0.3 | 0.46 |
| Hex | 99 | 7D | 53 | 0 | 12 | 2E | 28 | 24 | 1E | 2E |
| Octal | 231 | 175 | 123 | 0 | 22 | 56 | 50 | 44 | 36 | 56 |
| Binary | 10011001 | 1111101 | 1010011 | 0 | 10010 | 101110 | 101000 | 100100 | 11110 | 101110 |
Color Harmonies of #997D53
Complementary color
Monochromatic Colors of #997D53
Black with #997D53
Text Example
Text Example
White with #997D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997D53; }
p { color: rgb(153,125,83); }
H1.HeaderClassName
{
color: #997D53;
}
.AnyTagClassName
{
color: #997D53;
}
</style>
background-color css
<style>
a { background-color: #997D53; }
a { background-color: rgb(153,125,83); }
div.DivClassName
{
background-color: #997D53;
}
.BgClassName
{
background-color: #997D53;
}
</style>
border-color css
<style>
span { border-color: #997D53; }
span { border-color: rgb(153,125,83); }
td.TdClassName
{
border-color: #997D53;
}
.TagClassName
{
border-color: #997D53;
}
</style>