Shades of Muesli #948054
Tints of Muesli #948054
RGB
CMYK
RGB Variations
Color information
#948054 (or 0x948054) is known color: Muesli. HEX triplet: 94, 80 and 54. RGB value is (148,128,84). Sum of RGB (Red+Green+Blue) = 148+128+84=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #948054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948054 is #6B7FAB. Grayscale: #818181. Windows color (decimal): -7045036 or 5537940. OLE color: 5537940.
HSL color Cylindrical-coordinate representation of color #948054: hue angle of 41.25º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #948054 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 128 | 84 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.42 |
| HSL | 41.25º | 0.28% | 0.45% | - |
| HSV(B) | 41.25º | 0.43% | 0.58% | - |
| XYZ | 21.53 | 22.37 | 11.57 | - |
| YUV | 128.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 128 | 84 | 0 | 0.14 | 0.43 | 0.42 | 41.25 | 0.28 | 0.45 |
| Hex | 94 | 80 | 54 | 0 | E | 2B | 2A | 29 | 1C | 2D |
| Octal | 224 | 200 | 124 | 0 | 16 | 53 | 52 | 51 | 34 | 55 |
| Binary | 10010100 | 10000000 | 1010100 | 0 | 1110 | 101011 | 101010 | 101001 | 11100 | 101101 |
Color Harmonies of #948054
Complementary color
Monochromatic Colors of #948054
Black with #948054
Text Example
Text Example
White with #948054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948054; }
p { color: rgb(148,128,84); }
H1.HeaderClassName
{
color: #948054;
}
.AnyTagClassName
{
color: #948054;
}
</style>
background-color css
<style>
a { background-color: #948054; }
a { background-color: rgb(148,128,84); }
div.DivClassName
{
background-color: #948054;
}
.BgClassName
{
background-color: #948054;
}
</style>
border-color css
<style>
span { border-color: #948054; }
span { border-color: rgb(148,128,84); }
td.TdClassName
{
border-color: #948054;
}
.TagClassName
{
border-color: #948054;
}
</style>