#947E4B

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

Shades of Muesli #947E4B

Tints of Muesli #947E4B

Color information

#947E4B (or 0x947E4B) is unknown color: approx Muesli. HEX triplet: 94, 7E and 4B. RGB value is (148,126,75). Sum of RGB (Red+Green+Blue) = 148+126+75=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #947E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947E4B is #6B81B4. Grayscale: #7E7E7E. Windows color (decimal): -7045557 or 4947604. OLE color: 4947604.

HSL color Cylindrical-coordinate representation of color #947E4B: hue angle of 41.92º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #947E4B is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB14812675-
CMYK00.150.490.42
HSL41.92º32.74%43.73%-
HSV(B)41.92º49.32%58.04%-
XYZ20.9421.739.75-
YUV126.7698.79143.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.41%
GREEN value IS 126 (49.61% from 255) = 36.10%
BLUE value IS 75 (29.69% from 255) = 21.49%
R=42.41%
G=36.10%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481267500.150.490.4241.9232.7443.73
Hex947E4B0F312A2a212c
Octal2241761130176152524154
Binary100101001111110100101101111110001101010101010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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