Html Css Color HEX #4E4831 Punga

📋 copy color: '#4E4831'

red 78 ◦ green 72 ◦ blue 49

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

Shades of Punga #4E4831

Tints of Punga #4E4831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.18%

 BLUE value IS 49 (19.53% from 255) = 24.62%

R = 39.2%
G = 36.18%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#4E4831 (or 0x4E4831) is known color: Punga. HEX triplet: 4E, 48 and 31. RGB value is (78,72,49). Sum of RGB (Red+Green+Blue) = 78+72+49=199 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.20% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4831 is #B1B7CE. Grayscale: #474747. Windows color (decimal): -11646927 or 3229774. OLE color: 3229774.

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

Color convert

RGB 78 72 49 -
CMYK 0 0.08 0.37 0.69
HSL 47.59º 0.23% 0.25% -
HSV(B) 47.59º 0.37% 0.31% -
XYZ 6.01 6.48 3.84 -
YUV 71.17 115.49 132.87 -
System Red Green Blue C M Y K H S L
Decimal 78 72 49 0 0.08 0.37 0.69 47.59 0.23 0.25
Hex 4E 48 31 0 8 25 45 30 17 19
Octal 116 110 61 0 10 45 105 60 27 31
Binary 1001110 1001000 110001 0 1000 100101 1000101 110000 10111 11001

Color Harmonies of #4E4831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4831

Black with #4E4831

Text Example


Text Example

White with #4E4831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,72,49); }

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

background-color css

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

 a { background-color: rgb(78,72,49); }

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

border-color css

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

 span { border-color: rgb(78,72,49); }

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