Shades of Muesli #997F4D
Tints of Muesli #997F4D
RGB
CMYK
RGB Variations
Color information
#997F4D (or 0x997F4D) is known color: Muesli. HEX triplet: 99, 7F and 4D. RGB value is (153,127,77). Sum of RGB (Red+Green+Blue) = 153+127+77=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #997F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F4D is #6680B2. Grayscale: #818181. Windows color (decimal): -6717619 or 5078937. OLE color: 5078937.
HSL color Cylindrical-coordinate representation of color #997F4D: hue angle of 39.47º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #997F4D is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 77 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.4 |
| HSL | 39.47º | 0.33% | 0.45% | - |
| HSV(B) | 39.47º | 0.5% | 0.6% | - |
| XYZ | 22.07 | 22.49 | 10.2 | - |
| YUV | 129.07 | 98.61 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 77 | 0 | 0.17 | 0.50 | 0.4 | 39.47 | 0.33 | 0.45 |
| Hex | 99 | 7F | 4D | 0 | 11 | 32 | 28 | 27 | 21 | 2D |
| Octal | 231 | 177 | 115 | 0 | 21 | 62 | 50 | 47 | 41 | 55 |
| Binary | 10011001 | 1111111 | 1001101 | 0 | 10001 | 110010 | 101000 | 100111 | 100001 | 101101 |
Color Harmonies of #997F4D
Complementary color
Monochromatic Colors of #997F4D
Black with #997F4D
Text Example
Text Example
White with #997F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F4D; }
p { color: rgb(153,127,77); }
H1.HeaderClassName
{
color: #997F4D;
}
.AnyTagClassName
{
color: #997F4D;
}
</style>
background-color css
<style>
a { background-color: #997F4D; }
a { background-color: rgb(153,127,77); }
div.DivClassName
{
background-color: #997F4D;
}
.BgClassName
{
background-color: #997F4D;
}
</style>
border-color css
<style>
span { border-color: #997F4D; }
span { border-color: rgb(153,127,77); }
td.TdClassName
{
border-color: #997F4D;
}
.TagClassName
{
border-color: #997F4D;
}
</style>