#947D50

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

Shades of Muesli #947D50

Tints of Muesli #947D50

Color information

#947D50 (or 0x947D50) is unknown color: approx Muesli. HEX triplet: 94, 7D and 50. RGB value is (148,125,80). Sum of RGB (Red+Green+Blue) = 148+125+80=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #947D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947D50 is #6B82AF. Grayscale: #7E7E7E. Windows color (decimal): -7045808 or 5275028. OLE color: 5275028.

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

Color convert

RGB14812580-
CMYK00.160.460.42
HSL39.71º29.82%44.71%-
HSV(B)39.71º45.95%58.04%-
XYZ20.9921.5410.64-
YUV126.75101.62143.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.93%
GREEN value IS 125 (49.22% from 255) = 35.41%
BLUE value IS 80 (31.64% from 255) = 22.66%
R=41.93%
G=35.41%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481258000.160.460.4239.7129.8244.71
Hex947D500102E2A281e2d
Octal2241751200205652503655
Binary100101001111101101000001000010111010101010100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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