Shades of Muesli #997F57
Tints of Muesli #997F57
RGB
CMYK
RGB Variations
Color information
#997F57 (or 0x997F57) is known color: Muesli. HEX triplet: 99, 7F and 57. RGB value is (153,127,87). Sum of RGB (Red+Green+Blue) = 153+127+87=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #997F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F57 is #6680A8. Grayscale: #828282. Windows color (decimal): -6717609 or 5734297. OLE color: 5734297.
HSL color Cylindrical-coordinate representation of color #997F57: hue angle of 36.36º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #997F57 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 87 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.4 |
| HSL | 36.36º | 0.28% | 0.47% | - |
| HSV(B) | 36.36º | 0.43% | 0.6% | - |
| XYZ | 22.45 | 22.64 | 12.2 | - |
| YUV | 130.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 87 | 0 | 0.17 | 0.43 | 0.4 | 36.36 | 0.28 | 0.47 |
| Hex | 99 | 7F | 57 | 0 | 11 | 2B | 28 | 24 | 1C | 2F |
| Octal | 231 | 177 | 127 | 0 | 21 | 53 | 50 | 44 | 34 | 57 |
| Binary | 10011001 | 1111111 | 1010111 | 0 | 10001 | 101011 | 101000 | 100100 | 11100 | 101111 |
Color Harmonies of #997F57
Complementary color
Monochromatic Colors of #997F57
Black with #997F57
Text Example
Text Example
White with #997F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F57; }
p { color: rgb(153,127,87); }
H1.HeaderClassName
{
color: #997F57;
}
.AnyTagClassName
{
color: #997F57;
}
</style>
background-color css
<style>
a { background-color: #997F57; }
a { background-color: rgb(153,127,87); }
div.DivClassName
{
background-color: #997F57;
}
.BgClassName
{
background-color: #997F57;
}
</style>
border-color css
<style>
span { border-color: #997F57; }
span { border-color: rgb(153,127,87); }
td.TdClassName
{
border-color: #997F57;
}
.TagClassName
{
border-color: #997F57;
}
</style>