#947F4E

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

Shades of Muesli #947F4E

Tints of Muesli #947F4E

Color information

#947F4E (or 0x947F4E) is unknown color: approx Muesli. HEX triplet: 94, 7F and 4E. RGB value is (148,127,78). Sum of RGB (Red+Green+Blue) = 148+127+78=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #947F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947F4E is #6B80B1. Grayscale: #7F7F7F. Windows color (decimal): -7045298 or 5144468. OLE color: 5144468.

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

Color convert

RGB14812778-
CMYK00.140.470.42
HSL42º30.97%44.31%-
HSV(B)42º47.3%58.04%-
XYZ21.1822.0210.34-
YUV127.6999.96142.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.93%
GREEN value IS 127 (50% from 255) = 35.98%
BLUE value IS 78 (30.86% from 255) = 22.10%
R=41.93%
G=35.98%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481277800.140.470.424230.9744.31
Hex947F4E0E2F2A2a1f2c
Octal2241771160165752523754
Binary10010100111111110011100111010111110101010101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,127,78); }

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

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

 a { background-color: rgb(148,127,78); }

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

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

 span { border-color: rgb(148,127,78); }

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