#947E52

Color #947E52 Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #947E52

Tints of Muesli #947E52

Color information

#947E52 (or 0x947E52) is unknown color: approx Muesli. HEX triplet: 94, 7E and 52. RGB value is (148,126,82). Sum of RGB (Red+Green+Blue) = 148+126+82=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #947E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947E52 is #6B81AD. Grayscale: #7F7F7F. Windows color (decimal): -7045550 or 5406356. OLE color: 5406356.

HSL color Cylindrical-coordinate representation of color #947E52: hue angle of 40º 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 #947E52 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB14812682-
CMYK00.150.450.42
HSL40º28.7%45.1%-
HSV(B)40º44.59%58.04%-
XYZ21.221.8311.08-
YUV127.56102.29142.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 41.57%
GREEN value IS 126 (49.61% from 255) = 35.39%
BLUE value IS 82 (32.42% from 255) = 23.03%
R=41.57%
G=35.39%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481268200.150.450.424028.745.1
Hex947E520F2D2A281d2d
Octal2241761220175552503555
Binary10010100111111010100100111110110110101010100011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947E52; }

 p { color: rgb(148,126,82); }

 H1.HeaderClassName
 {
   color: #947E52;
 }
 .AnyTagClassName
 {
   color: #947E52;
 }
</style>
background-color css

<style>
 a { background-color: #947E52; }

 a { background-color: rgb(148,126,82); }

 div.DivClassName
 {
   background-color: #947E52;
 }
 .BgClassName
 {
   background-color: #947E52;
 }
</style>
border-color css

<style>
 span { border-color: #947E52; }

 span { border-color: rgb(148,126,82); }

 td.TdClassName
 {
   border-color: #947E52;
 }
 .TagClassName
 {
   border-color: #947E52;
 }
</style>