Shades of Muesli #947E5B
Tints of Muesli #947E5B
RGB
CMYK
RGB Variations
Color information
#947E5B (or 0x947E5B) is known color: Muesli. HEX triplet: 94, 7E and 5B. RGB value is (148,126,91). Sum of RGB (Red+Green+Blue) = 148+126+91=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #947E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947E5B is #6B81A4. Grayscale: #808080. Windows color (decimal): -7045541 or 5996180. OLE color: 5996180.
HSL color Cylindrical-coordinate representation of color #947E5B: hue angle of 36.84º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #947E5B is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 126 | 91 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.42 |
| HSL | 36.84º | 0.24% | 0.47% | - |
| HSV(B) | 36.84º | 0.39% | 0.58% | - |
| XYZ | 21.56 | 21.97 | 13 | - |
| YUV | 128.59 | 106.79 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 126 | 91 | 0 | 0.15 | 0.39 | 0.42 | 36.84 | 0.24 | 0.47 |
| Hex | 94 | 7E | 5B | 0 | F | 27 | 2A | 25 | 18 | 2F |
| Octal | 224 | 176 | 133 | 0 | 17 | 47 | 52 | 45 | 30 | 57 |
| Binary | 10010100 | 1111110 | 1011011 | 0 | 1111 | 100111 | 101010 | 100101 | 11000 | 101111 |
Color Harmonies of #947E5B
Complementary color
Monochromatic Colors of #947E5B
Black with #947E5B
Text Example
Text Example
White with #947E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947E5B; }
p { color: rgb(148,126,91); }
H1.HeaderClassName
{
color: #947E5B;
}
.AnyTagClassName
{
color: #947E5B;
}
</style>
background-color css
<style>
a { background-color: #947E5B; }
a { background-color: rgb(148,126,91); }
div.DivClassName
{
background-color: #947E5B;
}
.BgClassName
{
background-color: #947E5B;
}
</style>
border-color css
<style>
span { border-color: #947E5B; }
span { border-color: rgb(148,126,91); }
td.TdClassName
{
border-color: #947E5B;
}
.TagClassName
{
border-color: #947E5B;
}
</style>