#4E4630

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

Shades of Punga #4E4630

Tints of Punga #4E4630

Color information

#4E4630 (or 0x4E4630) is unknown color: approx Punga. HEX triplet: 4E, 46 and 30. RGB value is (78,70,48). Sum of RGB (Red+Green+Blue) = 78+70+48=196 (25% of max value = 765). Red value is 78 (30.86% from 255 or 39.80% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4630 is #B1B9CF. Grayscale: #454545. Windows color (decimal): -11647440 or 3163726. OLE color: 3163726.

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

Color convert

RGB787048-
CMYK00.100.380.69
HSL44º23.81%24.71%-
HSV(B)44º38.46%30.59%-
XYZ5.876.213.69-
YUV69.88115.65133.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.80%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 48 (19.14% from 255) = 24.49%
R=39.80%
G=35.71%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78704800.100.380.694423.8124.71
Hex4E46300A26452c1819
Octal1161066001246105543031
Binary100111010001101100000101010011010001011011001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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