#4C383E

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

Shades of Wine Berry #4C383E

Tints of Wine Berry #4C383E

Color information

#4C383E (or 0x4C383E) is unknown color: approx Wine Berry. HEX triplet: 4C, 38 and 3E. RGB value is (76,56,62). Sum of RGB (Red+Green+Blue) = 76+56+62=194 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.18% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 76 - color contains mainly: red. Hex color #4C383E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C383E is #B3C7C1. Grayscale: #3E3E3E. Windows color (decimal): -11782082 or 4077644. OLE color: 4077644.

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

Color convert

RGB765662-
CMYK00.260.180.70
HSL342º15.15%25.88%-
HSV(B)342º26.32%29.8%-
XYZ5.264.715.19-
YUV62.66127.63137.51-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.18%
GREEN value IS 56 (22.27% from 255) = 28.87%
BLUE value IS 62 (24.61% from 255) = 31.96%
R=39.18%
G=28.87%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76566200.260.180.7034215.1525.88
Hex4C383E01A1246156f1a
Octal1147076032221065261732
Binary1001100111000111110011010100101000110101010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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