Shades of Muesli #997D54
Tints of Muesli #997D54
RGB
CMYK
RGB Variations
Color information
#997D54 (or 0x997D54) is known color: Muesli. HEX triplet: 99, 7D and 54. RGB value is (153,125,84). Sum of RGB (Red+Green+Blue) = 153+125+84=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #997D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997D54 is #6682AB. Grayscale: #808080. Windows color (decimal): -6718124 or 5537177. OLE color: 5537177.
HSL color Cylindrical-coordinate representation of color #997D54: hue angle of 35.65º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #997D54 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 125 | 84 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.4 |
| HSL | 35.65º | 0.29% | 0.46% | - |
| HSV(B) | 35.65º | 0.45% | 0.6% | - |
| XYZ | 22.07 | 22.08 | 11.49 | - |
| YUV | 128.7 | 102.78 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 84 | 0 | 0.18 | 0.45 | 0.4 | 35.65 | 0.29 | 0.46 |
| Hex | 99 | 7D | 54 | 0 | 12 | 2D | 28 | 24 | 1D | 2E |
| Octal | 231 | 175 | 124 | 0 | 22 | 55 | 50 | 44 | 35 | 56 |
| Binary | 10011001 | 1111101 | 1010100 | 0 | 10010 | 101101 | 101000 | 100100 | 11101 | 101110 |
Color Harmonies of #997D54
Complementary color
Monochromatic Colors of #997D54
Black with #997D54
Text Example
Text Example
White with #997D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997D54; }
p { color: rgb(153,125,84); }
H1.HeaderClassName
{
color: #997D54;
}
.AnyTagClassName
{
color: #997D54;
}
</style>
background-color css
<style>
a { background-color: #997D54; }
a { background-color: rgb(153,125,84); }
div.DivClassName
{
background-color: #997D54;
}
.BgClassName
{
background-color: #997D54;
}
</style>
border-color css
<style>
span { border-color: #997D54; }
span { border-color: rgb(153,125,84); }
td.TdClassName
{
border-color: #997D54;
}
.TagClassName
{
border-color: #997D54;
}
</style>