Shades of Muesli #997C47
Tints of Muesli #997C47
RGB
CMYK
RGB Variations
Color information
#997C47 (or 0x997C47) is known color: Muesli. HEX triplet: 99, 7C and 47. RGB value is (153,124,71). Sum of RGB (Red+Green+Blue) = 153+124+71=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #997C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997C47 is #6683B8. Grayscale: #7E7E7E. Windows color (decimal): -6718393 or 4684953. OLE color: 4684953.
HSL color Cylindrical-coordinate representation of color #997C47: hue angle of 38.78º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #997C47 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 71 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.4 |
| HSL | 38.78º | 0.37% | 0.44% | - |
| HSV(B) | 38.78º | 0.54% | 0.6% | - |
| XYZ | 21.48 | 21.64 | 9.01 | - |
| YUV | 126.63 | 96.61 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 71 | 0 | 0.19 | 0.54 | 0.4 | 38.78 | 0.37 | 0.44 |
| Hex | 99 | 7C | 47 | 0 | 13 | 36 | 28 | 27 | 25 | 2C |
| Octal | 231 | 174 | 107 | 0 | 23 | 66 | 50 | 47 | 45 | 54 |
| Binary | 10011001 | 1111100 | 1000111 | 0 | 10011 | 110110 | 101000 | 100111 | 100101 | 101100 |
Color Harmonies of #997C47
Complementary color
Monochromatic Colors of #997C47
Black with #997C47
Text Example
Text Example
White with #997C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C47; }
p { color: rgb(153,124,71); }
H1.HeaderClassName
{
color: #997C47;
}
.AnyTagClassName
{
color: #997C47;
}
</style>
background-color css
<style>
a { background-color: #997C47; }
a { background-color: rgb(153,124,71); }
div.DivClassName
{
background-color: #997C47;
}
.BgClassName
{
background-color: #997C47;
}
</style>
border-color css
<style>
span { border-color: #997C47; }
span { border-color: rgb(153,124,71); }
td.TdClassName
{
border-color: #997C47;
}
.TagClassName
{
border-color: #997C47;
}
</style>