Html Css Color HEX #4E4631 Punga

📋 copy color: '#4E4631'

red 78 ◦ green 70 ◦ blue 49

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

Shades of Punga #4E4631

Tints of Punga #4E4631

RGB

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

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

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

R = 39.59%
G = 35.53%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#4E4631 (or 0x4E4631) is known color: Punga. HEX triplet: 4E, 46 and 31. RGB value is (78,70,49). Sum of RGB (Red+Green+Blue) = 78+70+49=197 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.59% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4631 is #B1B9CE. Grayscale: #464646. Windows color (decimal): -11647439 or 3229262. OLE color: 3229262.

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

Color convert

RGB 78 70 49 -
CMYK 0 0.10 0.37 0.69
HSL 43.45º 0.23% 0.25% -
HSV(B) 43.45º 0.37% 0.31% -
XYZ 5.89 6.22 3.8 -
YUV 70 116.15 133.71 -
System Red Green Blue C M Y K H S L
Decimal 78 70 49 0 0.10 0.37 0.69 43.45 0.23 0.25
Hex 4E 46 31 0 A 25 45 2B 17 19
Octal 116 106 61 0 12 45 105 53 27 31
Binary 1001110 1000110 110001 0 1010 100101 1000101 101011 10111 11001

Color Harmonies of #4E4631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4631

Black with #4E4631

Text Example


Text Example

White with #4E4631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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