#4E452D

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

Shades of Punga #4E452D

Tints of Punga #4E452D

Color information

#4E452D (or 0x4E452D) is unknown color: approx Punga. HEX triplet: 4E, 45 and 2D. RGB value is (78,69,45). Sum of RGB (Red+Green+Blue) = 78+69+45=192 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.62% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 78 - color contains mainly: red. Hex color #4E452D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E452D is #B1BAD2. Grayscale: #454545. Windows color (decimal): -11647699 or 2966862. OLE color: 2966862.

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

Color convert

RGB786945-
CMYK00.120.420.69
HSL43.64º26.83%24.12%-
HSV(B)43.64º42.31%30.59%-
XYZ5.746.073.35-
YUV68.96114.48134.45-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.62%
GREEN value IS 69 (27.34% from 255) = 35.94%
BLUE value IS 45 (17.97% from 255) = 23.44%
R=40.62%
G=35.94%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78694500.120.420.6943.6426.8324.12
Hex4E452D0C2A452c1b18
Octal1161055501452105543330
Binary100111010001011011010110010101010001011011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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