#4C2E38

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

Shades of Wine Berry #4C2E38

Tints of Wine Berry #4C2E38

Color information

#4C2E38 (or 0x4C2E38) is unknown color: approx Wine Berry. HEX triplet: 4C, 2E and 38. RGB value is (76,46,56). Sum of RGB (Red+Green+Blue) = 76+46+56=178 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.70% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2E38 is #B3D1C7. Grayscale: #383838. Windows color (decimal): -11784648 or 3681868. OLE color: 3681868.

HSL color Cylindrical-coordinate representation of color #4C2E38: hue angle of 340º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C2E38 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.70.

Color convert

RGB764656-
CMYK00.390.260.70
HSL340º24.59%23.92%-
HSV(B)340º39.47%29.8%-
XYZ4.673.784.22-
YUV56.11127.94142.19-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 42.70%
GREEN value IS 46 (18.36% from 255) = 25.84%
BLUE value IS 56 (22.27% from 255) = 31.46%
R=42.70%
G=25.84%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76465600.390.260.7034024.5923.92
Hex4C2E380271A461541918
Octal1145670047321065243130
Binary100110010111011100001001111101010001101010101001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,46,56); }

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

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

 a { background-color: rgb(76,46,56); }

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

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

 span { border-color: rgb(76,46,56); }

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