#4E452E

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

Shades of Punga #4E452E

Tints of Punga #4E452E

Color information

#4E452E (or 0x4E452E) is unknown color: approx Punga. HEX triplet: 4E, 45 and 2E. RGB value is (78,69,46). Sum of RGB (Red+Green+Blue) = 78+69+46=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 78 - color contains mainly: red. Hex color #4E452E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E452E is #B1BAD1. Grayscale: #454545. Windows color (decimal): -11647698 or 3032398. OLE color: 3032398.

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

Color convert

RGB786946-
CMYK00.120.410.69
HSL43.13º25.81%24.31%-
HSV(B)43.13º41.03%30.59%-
XYZ5.766.073.45-
YUV69.07114.98134.37-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.41%
GREEN value IS 69 (27.34% from 255) = 35.75%
BLUE value IS 46 (18.36% from 255) = 23.83%
R=40.41%
G=35.75%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78694600.120.410.6943.1325.8124.31
Hex4E452E0C29452b1a18
Octal1161055601451105533230
Binary100111010001011011100110010100110001011010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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