Html Css Color HEX #4E4532 Punga

📋 copy color: '#4E4532'

red 78 ◦ green 69 ◦ blue 50

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

Shades of Punga #4E4532

Tints of Punga #4E4532

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.03%

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

R = 39.59%
G = 35.03%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#4E4532 (or 0x4E4532) is known color: Punga. HEX triplet: 4E, 45 and 32. RGB value is (78,69,50). Sum of RGB (Red+Green+Blue) = 78+69+50=197 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.59% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4532 is #B1BACD. Grayscale: #454545. Windows color (decimal): -11647694 or 3294542. OLE color: 3294542.

HSL color Cylindrical-coordinate representation of color #4E4532: hue angle of 40.71º 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 #4E4532 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 69 50 -
CMYK 0 0.12 0.36 0.69
HSL 40.71º 0.22% 0.25% -
HSV(B) 40.71º 0.36% 0.31% -
XYZ 5.85 6.11 3.89 -
YUV 69.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 78 69 50 0 0.12 0.36 0.69 40.71 0.22 0.25
Hex 4E 45 32 0 C 24 45 29 16 19
Octal 116 105 62 0 14 44 105 51 26 31
Binary 1001110 1000101 110010 0 1100 100100 1000101 101001 10110 11001

Color Harmonies of #4E4532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4532

Black with #4E4532

Text Example


Text Example

White with #4E4532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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