#4E4638

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

Shades of Punga #4E4638

Tints of Punga #4E4638

Color information

#4E4638 (or 0x4E4638) is unknown color: approx Punga. HEX triplet: 4E, 46 and 38. RGB value is (78,70,56). Sum of RGB (Red+Green+Blue) = 78+70+56=204 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.24% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4638 is #B1B9C7. Grayscale: #464646. Windows color (decimal): -11647432 or 3688014. OLE color: 3688014.

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

Color convert

RGB787056-
CMYK00.100.280.69
HSL38.18º16.42%26.27%-
HSV(B)38.18º28.21%30.59%-
XYZ6.056.294.64-
YUV70.8119.65133.14-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.24%
GREEN value IS 70 (27.73% from 255) = 34.31%
BLUE value IS 56 (22.27% from 255) = 27.45%
R=38.24%
G=34.31%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78705600.100.280.6938.1816.4226.27
Hex4E46380A1C4526101a
Octal1161067001234105462032
Binary10011101000110111000010101110010001011001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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