#947C4B

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

Shades of Muesli #947C4B

Tints of Muesli #947C4B

Color information

#947C4B (or 0x947C4B) is unknown color: approx Muesli. HEX triplet: 94, 7C and 4B. RGB value is (148,124,75). Sum of RGB (Red+Green+Blue) = 148+124+75=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #947C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947C4B is #6B83B4. Grayscale: #7D7D7D. Windows color (decimal): -7046069 or 4947092. OLE color: 4947092.

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

Color convert

RGB14812475-
CMYK00.160.490.42
HSL40.27º32.74%43.73%-
HSV(B)40.27º49.32%58.04%-
XYZ20.6921.229.66-
YUV125.5999.45143.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.65%
GREEN value IS 124 (48.83% from 255) = 35.73%
BLUE value IS 75 (29.69% from 255) = 21.61%
R=42.65%
G=35.73%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481247500.160.490.4240.2732.7443.73
Hex947C4B010312A28212c
Octal2241741130206152504154
Binary1001010011111001001011010000110001101010101000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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