Shades of Muesli #997D50
Tints of Muesli #997D50
RGB
CMYK
RGB Variations
Color information
#997D50 (or 0x997D50) is known color: Muesli. HEX triplet: 99, 7D and 50. RGB value is (153,125,80). Sum of RGB (Red+Green+Blue) = 153+125+80=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #997D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997D50 is #6682AF. Grayscale: #808080. Windows color (decimal): -6718128 or 5275033. OLE color: 5275033.
HSL color Cylindrical-coordinate representation of color #997D50: hue angle of 36.99º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #997D50 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 125 | 80 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.4 |
| HSL | 36.99º | 0.31% | 0.46% | - |
| HSV(B) | 36.99º | 0.48% | 0.6% | - |
| XYZ | 21.92 | 22.02 | 10.68 | - |
| YUV | 128.24 | 100.78 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 80 | 0 | 0.18 | 0.48 | 0.4 | 36.99 | 0.31 | 0.46 |
| Hex | 99 | 7D | 50 | 0 | 12 | 30 | 28 | 25 | 1F | 2E |
| Octal | 231 | 175 | 120 | 0 | 22 | 60 | 50 | 45 | 37 | 56 |
| Binary | 10011001 | 1111101 | 1010000 | 0 | 10010 | 110000 | 101000 | 100101 | 11111 | 101110 |
Color Harmonies of #997D50
Complementary color
Monochromatic Colors of #997D50
Black with #997D50
Text Example
Text Example
White with #997D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997D50; }
p { color: rgb(153,125,80); }
H1.HeaderClassName
{
color: #997D50;
}
.AnyTagClassName
{
color: #997D50;
}
</style>
background-color css
<style>
a { background-color: #997D50; }
a { background-color: rgb(153,125,80); }
div.DivClassName
{
background-color: #997D50;
}
.BgClassName
{
background-color: #997D50;
}
</style>
border-color css
<style>
span { border-color: #997D50; }
span { border-color: rgb(153,125,80); }
td.TdClassName
{
border-color: #997D50;
}
.TagClassName
{
border-color: #997D50;
}
</style>