#947C4F

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

Shades of Muesli #947C4F

Tints of Muesli #947C4F

Color information

#947C4F (or 0x947C4F) is unknown color: approx Muesli. HEX triplet: 94, 7C and 4F. RGB value is (148,124,79). Sum of RGB (Red+Green+Blue) = 148+124+79=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 148 - color contains mainly: red. Hex color #947C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947C4F is #6B83B0. Grayscale: #7E7E7E. Windows color (decimal): -7046065 or 5209236. OLE color: 5209236.

HSL color Cylindrical-coordinate representation of color #947C4F: hue angle of 39.13º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #947C4F is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB14812479-
CMYK00.160.470.42
HSL39.13º30.4%44.51%-
HSV(B)39.13º46.62%58.04%-
XYZ20.8321.2810.41-
YUV126.05101.45143.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.17%
GREEN value IS 124 (48.83% from 255) = 35.33%
BLUE value IS 79 (31.25% from 255) = 22.51%
R=42.17%
G=35.33%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481247900.160.470.4239.1330.444.51
Hex947C4F0102F2A271e2d
Octal2241741170205752473655
Binary100101001111100100111101000010111110101010011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,124,79); }

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

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

 a { background-color: rgb(148,124,79); }

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

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

 span { border-color: rgb(148,124,79); }

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