Shades of Muesli #997A52
Tints of Muesli #997A52
RGB
CMYK
RGB Variations
Color information
#997A52 (or 0x997A52) is known color: Muesli. HEX triplet: 99, 7A and 52. RGB value is (153,122,82). Sum of RGB (Red+Green+Blue) = 153+122+82=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #997A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997A52 is #6685AD. Grayscale: #7E7E7E. Windows color (decimal): -6718894 or 5405337. OLE color: 5405337.
HSL color Cylindrical-coordinate representation of color #997A52: hue angle of 33.8º 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 #997A52 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 122 | 82 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.4 |
| HSL | 33.8º | 0.3% | 0.46% | - |
| HSV(B) | 33.8º | 0.46% | 0.6% | - |
| XYZ | 21.62 | 21.3 | 10.95 | - |
| YUV | 126.71 | 102.77 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 82 | 0 | 0.20 | 0.46 | 0.4 | 33.8 | 0.3 | 0.46 |
| Hex | 99 | 7A | 52 | 0 | 14 | 2E | 28 | 22 | 1E | 2E |
| Octal | 231 | 172 | 122 | 0 | 24 | 56 | 50 | 42 | 36 | 56 |
| Binary | 10011001 | 1111010 | 1010010 | 0 | 10100 | 101110 | 101000 | 100010 | 11110 | 101110 |
Color Harmonies of #997A52
Complementary color
Monochromatic Colors of #997A52
Black with #997A52
Text Example
Text Example
White with #997A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997A52; }
p { color: rgb(153,122,82); }
H1.HeaderClassName
{
color: #997A52;
}
.AnyTagClassName
{
color: #997A52;
}
</style>
background-color css
<style>
a { background-color: #997A52; }
a { background-color: rgb(153,122,82); }
div.DivClassName
{
background-color: #997A52;
}
.BgClassName
{
background-color: #997A52;
}
</style>
border-color css
<style>
span { border-color: #997A52; }
span { border-color: rgb(153,122,82); }
td.TdClassName
{
border-color: #997A52;
}
.TagClassName
{
border-color: #997A52;
}
</style>