#4C333B

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

Shades of Wine Berry #4C333B

Tints of Wine Berry #4C333B

Color information

#4C333B (or 0x4C333B) is unknown color: approx Wine Berry. HEX triplet: 4C, 33 and 3B. RGB value is (76,51,59). Sum of RGB (Red+Green+Blue) = 76+51+59=186 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.86% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 76 - color contains mainly: red. Hex color #4C333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C333B is #B3CCC4. Grayscale: #3B3B3B. Windows color (decimal): -11783365 or 3879756. OLE color: 3879756.

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

Color convert

RGB765159-
CMYK00.330.220.70
HSL340.8º19.69%24.9%-
HSV(B)340.8º32.89%29.8%-
XYZ4.954.224.69-
YUV59.39127.78139.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 40.86%
GREEN value IS 51 (20.31% from 255) = 27.42%
BLUE value IS 59 (23.44% from 255) = 31.72%
R=40.86%
G=27.42%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76515900.330.220.70340.819.6924.9
Hex4C333B02116461551419
Octal1146373041261065252431
Binary100110011001111101101000011011010001101010101011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,51,59); }

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

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

 a { background-color: rgb(76,51,59); }

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

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

 span { border-color: rgb(76,51,59); }

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