#4E4536

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

Shades of Punga #4E4536

Tints of Punga #4E4536

Color information

#4E4536 (or 0x4E4536) is unknown color: approx Punga. HEX triplet: 4E, 45 and 36. RGB value is (78,69,54). Sum of RGB (Red+Green+Blue) = 78+69+54=201 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.81% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4536 is #B1BAC9. Grayscale: #464646. Windows color (decimal): -11647690 or 3556686. OLE color: 3556686.

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

Color convert

RGB786954-
CMYK00.120.310.69
HSL37.5º18.18%25.88%-
HSV(B)37.5º30.77%30.59%-
XYZ5.946.144.36-
YUV69.98118.98133.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.81%
GREEN value IS 69 (27.34% from 255) = 34.33%
BLUE value IS 54 (21.48% from 255) = 26.87%
R=38.81%
G=34.33%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78695400.120.310.6937.518.1825.88
Hex4E45360C1F4526121a
Octal1161056601437105462232
Binary10011101000101110110011001111110001011001101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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