#4E333C

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

Shades of Wine Berry #4E333C

Tints of Wine Berry #4E333C

Color information

#4E333C (or 0x4E333C) is unknown color: approx Wine Berry. HEX triplet: 4E, 33 and 3C. RGB value is (78,51,60). Sum of RGB (Red+Green+Blue) = 78+51+60=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 78 - color contains mainly: red. Hex color #4E333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E333C is #B1CCC3. Grayscale: #3C3C3C. Windows color (decimal): -11652292 or 3945294. OLE color: 3945294.

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

Color convert

RGB785160-
CMYK00.350.230.69
HSL340º20.93%25.29%-
HSV(B)340º34.62%30.59%-
XYZ5.144.314.84-
YUV60.1127.95140.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.27%
GREEN value IS 51 (20.31% from 255) = 26.98%
BLUE value IS 60 (23.83% from 255) = 31.75%
R=41.27%
G=26.98%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78516000.350.230.6934020.9325.29
Hex4E333C02317451541519
Octal1166374043271055242531
Binary100111011001111110001000111011110001011010101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,51,60); }

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

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

 a { background-color: rgb(78,51,60); }

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

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

 span { border-color: rgb(78,51,60); }

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