#4F3940

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

Shades of Wine Berry #4F3940

Tints of Wine Berry #4F3940

Color information

#4F3940 (or 0x4F3940) is unknown color: approx Wine Berry. HEX triplet: 4F, 39 and 40. RGB value is (79,57,64). Sum of RGB (Red+Green+Blue) = 79+57+64=200 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.5% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3940 is #B0C6BF. Grayscale: #404040. Windows color (decimal): -11585216 or 4208975. OLE color: 4208975.

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

Color convert

RGB795764-
CMYK00.280.190.69
HSL340.91º16.18%26.67%-
HSV(B)340.91º27.85%30.98%-
XYZ5.614.965.51-
YUV64.38127.79138.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.5%
GREEN value IS 57 (22.66% from 255) = 28.5%
BLUE value IS 64 (25.39% from 255) = 32%
R=39.5%
G=28.5%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79576400.280.190.69340.9116.1826.67
Hex4F394001C1345155101b
Octal11771100034231055252033
Binary100111111100110000000111001001110001011010101011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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