Shades of Muesli #947D52
Tints of Muesli #947D52
RGB
CMYK
RGB Variations
Color information
#947D52 (or 0x947D52) is known color: Muesli. HEX triplet: 94, 7D and 52. RGB value is (148,125,82). Sum of RGB (Red+Green+Blue) = 148+125+82=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #947D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947D52 is #6B82AD. Grayscale: #7F7F7F. Windows color (decimal): -7045806 or 5406100. OLE color: 5406100.
HSL color Cylindrical-coordinate representation of color #947D52: hue angle of 39.09º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #947D52 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 125 | 82 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.42 |
| HSL | 39.09º | 0.29% | 0.45% | - |
| HSV(B) | 39.09º | 0.45% | 0.58% | - |
| XYZ | 21.07 | 21.57 | 11.04 | - |
| YUV | 126.98 | 102.62 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 125 | 82 | 0 | 0.16 | 0.45 | 0.42 | 39.09 | 0.29 | 0.45 |
| Hex | 94 | 7D | 52 | 0 | 10 | 2D | 2A | 27 | 1D | 2D |
| Octal | 224 | 175 | 122 | 0 | 20 | 55 | 52 | 47 | 35 | 55 |
| Binary | 10010100 | 1111101 | 1010010 | 0 | 10000 | 101101 | 101010 | 100111 | 11101 | 101101 |
Color Harmonies of #947D52
Complementary color
Monochromatic Colors of #947D52
Black with #947D52
Text Example
Text Example
White with #947D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947D52; }
p { color: rgb(148,125,82); }
H1.HeaderClassName
{
color: #947D52;
}
.AnyTagClassName
{
color: #947D52;
}
</style>
background-color css
<style>
a { background-color: #947D52; }
a { background-color: rgb(148,125,82); }
div.DivClassName
{
background-color: #947D52;
}
.BgClassName
{
background-color: #947D52;
}
</style>
border-color css
<style>
span { border-color: #947D52; }
span { border-color: rgb(148,125,82); }
td.TdClassName
{
border-color: #947D52;
}
.TagClassName
{
border-color: #947D52;
}
</style>