Html Css Color HEX #4D3339 Wine Berry

📋 copy color: '#4D3339'

red 77 ◦ green 51 ◦ blue 57

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

Shades of Wine Berry #4D3339

Tints of Wine Berry #4D3339

RGB

 RED value IS 77 (30.47% from 255) = 41.62%

 GREEN value IS 51 (20.31% from 255) = 27.57%

 BLUE value IS 57 (22.66% from 255) = 30.81%

R = 41.62%
G = 27.57%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.70

RGB Variations

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

Color information

#4D3339 (or 0x4D3339) is known color: Wine Berry. HEX triplet: 4D, 33 and 39. RGB value is (77,51,57). Sum of RGB (Red+Green+Blue) = 77+51+57=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3339 is #B2CCC6. Grayscale: #3B3B3B. Windows color (decimal): -11717831 or 3748685. OLE color: 3748685.

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

Color convert

RGB 77 51 57 -
CMYK 0 0.34 0.26 0.70
HSL 346.15º 0.2% 0.25% -
HSV(B) 346.15º 0.34% 0.3% -
XYZ 4.98 4.24 4.43 -
YUV 59.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 77 51 57 0 0.34 0.26 0.70 346.15 0.2 0.25
Hex 4D 33 39 0 22 1A 46 15A 14 19
Octal 115 63 71 0 42 32 106 532 24 31
Binary 1001101 110011 111001 0 100010 11010 1000110 101011010 10100 11001

Color Harmonies of #4D3339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3339

Black with #4D3339

Text Example


Text Example

White with #4D3339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,51,57); }

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

background-color css

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

 a { background-color: rgb(77,51,57); }

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

border-color css

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

 span { border-color: rgb(77,51,57); }

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