#4E472E

Color #4E472E Punga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Punga #4E472E

Tints of Punga #4E472E

Color information

#4E472E (or 0x4E472E) is unknown color: approx Punga. HEX triplet: 4E, 47 and 2E. RGB value is (78,71,46). Sum of RGB (Red+Green+Blue) = 78+71+46=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 78 - color contains mainly: red. Hex color #4E472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E472E is #B1B8D1. Grayscale: #464646. Windows color (decimal): -11647186 or 3032910. OLE color: 3032910.

HSL color Cylindrical-coordinate representation of color #4E472E: hue angle of 46.88º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E472E is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB787146-
CMYK00.090.410.69
HSL46.88º25.81%24.31%-
HSV(B)46.88º41.03%30.59%-
XYZ5.896.323.49-
YUV70.24114.32133.53-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40%
GREEN value IS 71 (28.12% from 255) = 36.41%
BLUE value IS 46 (18.36% from 255) = 23.59%
R=40%
G=36.41%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78714600.090.410.6946.8825.8124.31
Hex4E472E0929452f1a18
Octal1161075601151105573230
Binary100111010001111011100100110100110001011011111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,71,46); }

 H1.HeaderClassName
 {
   color: #4E472E;
 }
 .AnyTagClassName
 {
   color: #4E472E;
 }
</style>
background-color css

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

 a { background-color: rgb(78,71,46); }

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

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

 span { border-color: rgb(78,71,46); }

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