#4E3940

Color #4E3940 Wine Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wine Berry #4E3940

Tints of Wine Berry #4E3940

Color information

#4E3940 (or 0x4E3940) is unknown color: approx Wine Berry. HEX triplet: 4E, 39 and 40. RGB value is (78,57,64). Sum of RGB (Red+Green+Blue) = 78+57+64=199 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.20% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3940 is #B1C6BF. Grayscale: #404040. Windows color (decimal): -11650752 or 4208974. OLE color: 4208974.

HSL color Cylindrical-coordinate representation of color #4E3940: hue angle of 340º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4E3940 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB785764-
CMYK00.270.180.69
HSL340º15.56%26.47%-
HSV(B)340º26.92%30.59%-
XYZ5.534.925.51-
YUV64.08127.96137.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.20%
GREEN value IS 57 (22.66% from 255) = 28.64%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=39.20%
G=28.64%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78576400.270.180.6934015.5626.47
Hex4E394001B1245154101a
Octal11671100033221055242032
Binary100111011100110000000110111001010001011010101001000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E3940; }

 p { color: rgb(78,57,64); }

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

<style>
 a { background-color: #4E3940; }

 a { background-color: rgb(78,57,64); }

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

<style>
 span { border-color: #4E3940; }

 span { border-color: rgb(78,57,64); }

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