Shades of Muesli #997F48
Tints of Muesli #997F48
RGB
CMYK
RGB Variations
Color information
#997F48 (or 0x997F48) is known color: Muesli. HEX triplet: 99, 7F and 48. RGB value is (153,127,72). Sum of RGB (Red+Green+Blue) = 153+127+72=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #997F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997F48 is #6680B7. Grayscale: #808080. Windows color (decimal): -6717624 or 4751257. OLE color: 4751257.
HSL color Cylindrical-coordinate representation of color #997F48: hue angle of 40.74º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #997F48 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 72 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.4 |
| HSL | 40.74º | 0.36% | 0.44% | - |
| HSV(B) | 40.74º | 0.53% | 0.6% | - |
| XYZ | 21.9 | 22.42 | 9.3 | - |
| YUV | 128.5 | 96.11 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 72 | 0 | 0.17 | 0.53 | 0.4 | 40.74 | 0.36 | 0.44 |
| Hex | 99 | 7F | 48 | 0 | 11 | 35 | 28 | 29 | 24 | 2C |
| Octal | 231 | 177 | 110 | 0 | 21 | 65 | 50 | 51 | 44 | 54 |
| Binary | 10011001 | 1111111 | 1001000 | 0 | 10001 | 110101 | 101000 | 101001 | 100100 | 101100 |
Color Harmonies of #997F48
Complementary color
Monochromatic Colors of #997F48
Black with #997F48
Text Example
Text Example
White with #997F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F48; }
p { color: rgb(153,127,72); }
H1.HeaderClassName
{
color: #997F48;
}
.AnyTagClassName
{
color: #997F48;
}
</style>
background-color css
<style>
a { background-color: #997F48; }
a { background-color: rgb(153,127,72); }
div.DivClassName
{
background-color: #997F48;
}
.BgClassName
{
background-color: #997F48;
}
</style>
border-color css
<style>
span { border-color: #997F48; }
span { border-color: rgb(153,127,72); }
td.TdClassName
{
border-color: #997F48;
}
.TagClassName
{
border-color: #997F48;
}
</style>