Html Css Color HEX #4E4632 Punga

📋 copy color: '#4E4632'

red 78 ◦ green 70 ◦ blue 50

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

Shades of Punga #4E4632

Tints of Punga #4E4632

RGB

 RED value IS 78 (30.86% from 255) = 39.39%

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

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

R = 39.39%
G = 35.35%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#4E4632 (or 0x4E4632) is known color: Punga. HEX triplet: 4E, 46 and 32. RGB value is (78,70,50). Sum of RGB (Red+Green+Blue) = 78+70+50=198 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.39% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4632 is #B1B9CD. Grayscale: #464646. Windows color (decimal): -11647438 or 3294798. OLE color: 3294798.

HSL color Cylindrical-coordinate representation of color #4E4632: hue angle of 42.86º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E4632 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 70 50 -
CMYK 0 0.10 0.36 0.69
HSL 42.86º 0.22% 0.25% -
HSV(B) 42.86º 0.36% 0.31% -
XYZ 5.91 6.23 3.91 -
YUV 70.11 116.65 133.63 -
System Red Green Blue C M Y K H S L
Decimal 78 70 50 0 0.10 0.36 0.69 42.86 0.22 0.25
Hex 4E 46 32 0 A 24 45 2B 16 19
Octal 116 106 62 0 12 44 105 53 26 31
Binary 1001110 1000110 110010 0 1010 100100 1000101 101011 10110 11001

Color Harmonies of #4E4632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4632

Black with #4E4632

Text Example


Text Example

White with #4E4632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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