Shades of Muesli #947C53
Tints of Muesli #947C53
RGB
CMYK
RGB Variations
Color information
#947C53 (or 0x947C53) is known color: Muesli. HEX triplet: 94, 7C and 53. RGB value is (148,124,83). Sum of RGB (Red+Green+Blue) = 148+124+83=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #947C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947C53 is #6B83AC. Grayscale: #7E7E7E. Windows color (decimal): -7046061 or 5471380. OLE color: 5471380.
HSL color Cylindrical-coordinate representation of color #947C53: hue angle of 37.85º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #947C53 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 124 | 83 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.42 |
| HSL | 37.85º | 0.28% | 0.45% | - |
| HSV(B) | 37.85º | 0.44% | 0.58% | - |
| XYZ | 20.98 | 21.34 | 11.2 | - |
| YUV | 126.5 | 103.45 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 83 | 0 | 0.16 | 0.44 | 0.42 | 37.85 | 0.28 | 0.45 |
| Hex | 94 | 7C | 53 | 0 | 10 | 2C | 2A | 26 | 1C | 2D |
| Octal | 224 | 174 | 123 | 0 | 20 | 54 | 52 | 46 | 34 | 55 |
| Binary | 10010100 | 1111100 | 1010011 | 0 | 10000 | 101100 | 101010 | 100110 | 11100 | 101101 |
Color Harmonies of #947C53
Complementary color
Monochromatic Colors of #947C53
Black with #947C53
Text Example
Text Example
White with #947C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947C53; }
p { color: rgb(148,124,83); }
H1.HeaderClassName
{
color: #947C53;
}
.AnyTagClassName
{
color: #947C53;
}
</style>
background-color css
<style>
a { background-color: #947C53; }
a { background-color: rgb(148,124,83); }
div.DivClassName
{
background-color: #947C53;
}
.BgClassName
{
background-color: #947C53;
}
</style>
border-color css
<style>
span { border-color: #947C53; }
span { border-color: rgb(148,124,83); }
td.TdClassName
{
border-color: #947C53;
}
.TagClassName
{
border-color: #947C53;
}
</style>