Shades of Muesli #997F52
Tints of Muesli #997F52
RGB
CMYK
RGB Variations
Color information
#997F52 (or 0x997F52) is known color: Muesli. HEX triplet: 99, 7F and 52. RGB value is (153,127,82). Sum of RGB (Red+Green+Blue) = 153+127+82=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #997F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F52 is #6680AD. Grayscale: #818181. Windows color (decimal): -6717614 or 5406617. OLE color: 5406617.
HSL color Cylindrical-coordinate representation of color #997F52: hue angle of 38.03º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #997F52 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 82 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.4 |
| HSL | 38.03º | 0.3% | 0.46% | - |
| HSV(B) | 38.03º | 0.46% | 0.6% | - |
| XYZ | 22.25 | 22.56 | 11.16 | - |
| YUV | 129.64 | 101.11 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 82 | 0 | 0.17 | 0.46 | 0.4 | 38.03 | 0.3 | 0.46 |
| Hex | 99 | 7F | 52 | 0 | 11 | 2E | 28 | 26 | 1E | 2E |
| Octal | 231 | 177 | 122 | 0 | 21 | 56 | 50 | 46 | 36 | 56 |
| Binary | 10011001 | 1111111 | 1010010 | 0 | 10001 | 101110 | 101000 | 100110 | 11110 | 101110 |
Color Harmonies of #997F52
Complementary color
Monochromatic Colors of #997F52
Black with #997F52
Text Example
Text Example
White with #997F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F52; }
p { color: rgb(153,127,82); }
H1.HeaderClassName
{
color: #997F52;
}
.AnyTagClassName
{
color: #997F52;
}
</style>
background-color css
<style>
a { background-color: #997F52; }
a { background-color: rgb(153,127,82); }
div.DivClassName
{
background-color: #997F52;
}
.BgClassName
{
background-color: #997F52;
}
</style>
border-color css
<style>
span { border-color: #997F52; }
span { border-color: rgb(153,127,82); }
td.TdClassName
{
border-color: #997F52;
}
.TagClassName
{
border-color: #997F52;
}
</style>