Shades of Muesli #997D52
Tints of Muesli #997D52
RGB
CMYK
RGB Variations
Color information
#997D52 (or 0x997D52) is known color: Muesli. HEX triplet: 99, 7D and 52. RGB value is (153,125,82). Sum of RGB (Red+Green+Blue) = 153+125+82=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #997D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997D52 is #6682AD. Grayscale: #808080. Windows color (decimal): -6718126 or 5406105. OLE color: 5406105.
HSL color Cylindrical-coordinate representation of color #997D52: hue angle of 36.34º 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 #997D52 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 125 | 82 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.4 |
| HSL | 36.34º | 0.3% | 0.46% | - |
| HSV(B) | 36.34º | 0.46% | 0.6% | - |
| XYZ | 21.99 | 22.05 | 11.08 | - |
| YUV | 128.47 | 101.78 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 82 | 0 | 0.18 | 0.46 | 0.4 | 36.34 | 0.3 | 0.46 |
| Hex | 99 | 7D | 52 | 0 | 12 | 2E | 28 | 24 | 1E | 2E |
| Octal | 231 | 175 | 122 | 0 | 22 | 56 | 50 | 44 | 36 | 56 |
| Binary | 10011001 | 1111101 | 1010010 | 0 | 10010 | 101110 | 101000 | 100100 | 11110 | 101110 |
Color Harmonies of #997D52
Complementary color
Monochromatic Colors of #997D52
Black with #997D52
Text Example
Text Example
White with #997D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997D52; }
p { color: rgb(153,125,82); }
H1.HeaderClassName
{
color: #997D52;
}
.AnyTagClassName
{
color: #997D52;
}
</style>
background-color css
<style>
a { background-color: #997D52; }
a { background-color: rgb(153,125,82); }
div.DivClassName
{
background-color: #997D52;
}
.BgClassName
{
background-color: #997D52;
}
</style>
border-color css
<style>
span { border-color: #997D52; }
span { border-color: rgb(153,125,82); }
td.TdClassName
{
border-color: #997D52;
}
.TagClassName
{
border-color: #997D52;
}
</style>