#947A50

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

Shades of Muesli #947A50

Tints of Muesli #947A50

Color information

#947A50 (or 0x947A50) is unknown color: approx Muesli. HEX triplet: 94, 7A and 50. RGB value is (148,122,80). Sum of RGB (Red+Green+Blue) = 148+122+80=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #947A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947A50 is #6B85AF. Grayscale: #7D7D7D. Windows color (decimal): -7046576 or 5274260. OLE color: 5274260.

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

Color convert

RGB14812280-
CMYK00.180.460.42
HSL37.06º29.82%44.71%-
HSV(B)37.06º45.95%58.04%-
XYZ20.6220.7910.52-
YUV124.99102.61144.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.29%
GREEN value IS 122 (48.05% from 255) = 34.86%
BLUE value IS 80 (31.64% from 255) = 22.86%
R=42.29%
G=34.86%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481228000.180.460.4237.0629.8244.71
Hex947A500122E2A251e2d
Octal2241721200225652453655
Binary100101001111010101000001001010111010101010010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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