Html Css Color HEX #4C343B Wine Berry

📋 copy color: '#4C343B'

red 76 ◦ green 52 ◦ blue 59

#4C343B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wine Berry #4C343B

Tints of Wine Berry #4C343B

RGB

 RED value IS 76 (30.08% from 255) = 40.64%

 GREEN value IS 52 (20.7% from 255) = 27.81%

 BLUE value IS 59 (23.44% from 255) = 31.55%

R = 40.64%
G = 27.81%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#4C343B (or 0x4C343B) is known color: Wine Berry. HEX triplet: 4C, 34 and 3B. RGB value is (76,52,59). Sum of RGB (Red+Green+Blue) = 76+52+59=187 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.64% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 76 - color contains mainly: red. Hex color #4C343B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C343B is #B3CBC4. Grayscale: #3B3B3B. Windows color (decimal): -11783109 or 3880012. OLE color: 3880012.

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

Color convert

RGB 76 52 59 -
CMYK 0 0.32 0.22 0.70
HSL 342.5º 0.19% 0.25% -
HSV(B) 342.5º 0.32% 0.3% -
XYZ 5 4.31 4.71 -
YUV 59.97 127.45 139.43 -
System Red Green Blue C M Y K H S L
Decimal 76 52 59 0 0.32 0.22 0.70 342.5 0.19 0.25
Hex 4C 34 3B 0 20 16 46 156 13 19
Octal 114 64 73 0 40 26 106 526 23 31
Binary 1001100 110100 111011 0 100000 10110 1000110 101010110 10011 11001

Color Harmonies of #4C343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C343B

Black with #4C343B

Text Example


Text Example

White with #4C343B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C343B;
 }
 .AnyTagClassName
 {
   color: #4C343B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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