#947D4D

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

Shades of Muesli #947D4D

Tints of Muesli #947D4D

Color information

#947D4D (or 0x947D4D) is unknown color: approx Muesli. HEX triplet: 94, 7D and 4D. RGB value is (148,125,77). Sum of RGB (Red+Green+Blue) = 148+125+77=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #947D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947D4D is #6B82B2. Grayscale: #7E7E7E. Windows color (decimal): -7045811 or 5078420. OLE color: 5078420.

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

Color convert

RGB14812577-
CMYK00.160.480.42
HSL40.56º31.56%44.12%-
HSV(B)40.56º47.97%58.04%-
XYZ20.8921.510.07-
YUV126.4100.12143.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.29%
GREEN value IS 125 (49.22% from 255) = 35.71%
BLUE value IS 77 (30.47% from 255) = 22%
R=42.29%
G=35.71%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481257700.160.480.4240.5631.5644.12
Hex947D4D010302A29202c
Octal2241751150206052514054
Binary1001010011111011001101010000110000101010101001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,125,77); }

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

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

 a { background-color: rgb(148,125,77); }

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

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

 span { border-color: rgb(148,125,77); }

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