Html Css Color HEX #4D4632 Punga

📋 copy color: '#4D4632'

red 77 ◦ green 70 ◦ blue 50

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

Shades of Punga #4D4632

Tints of Punga #4D4632

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.53%

 BLUE value IS 50 (19.92% from 255) = 25.38%

R = 39.09%
G = 35.53%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.70

RGB Variations

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

Color information

#4D4632 (or 0x4D4632) is known color: Punga. HEX triplet: 4D, 46 and 32. RGB value is (77,70,50). Sum of RGB (Red+Green+Blue) = 77+70+50=197 (26% of max value = 765). Red value is 77 (30.47% from 255 or 39.09% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4632 is #B2B9CD. Grayscale: #454545. Windows color (decimal): -11712974 or 3294797. OLE color: 3294797.

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

Color convert

RGB 77 70 50 -
CMYK 0 0.09 0.35 0.70
HSL 44.44º 0.21% 0.25% -
HSV(B) 44.44º 0.35% 0.3% -
XYZ 5.83 6.19 3.91 -
YUV 69.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 77 70 50 0 0.09 0.35 0.70 44.44 0.21 0.25
Hex 4D 46 32 0 9 23 46 2C 15 19
Octal 115 106 62 0 11 43 106 54 25 31
Binary 1001101 1000110 110010 0 1001 100011 1000110 101100 10101 11001

Color Harmonies of #4D4632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4632

Black with #4D4632

Text Example


Text Example

White with #4D4632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,70,50); }

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

background-color css

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

 a { background-color: rgb(77,70,50); }

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

border-color css

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

 span { border-color: rgb(77,70,50); }

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