#4C4739

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

Shades of Punga #4C4739

Tints of Punga #4C4739

Color information

#4C4739 (or 0x4C4739) is unknown color: approx Punga. HEX triplet: 4C, 47 and 39. RGB value is (76,71,57). Sum of RGB (Red+Green+Blue) = 76+71+57=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 57 (22.66% from 255 or 27.94% from 204); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4739 is #B3B8C6. Grayscale: #464646. Windows color (decimal): -11778247 or 3753804. OLE color: 3753804.

HSL color Cylindrical-coordinate representation of color #4C4739: hue angle of 44.21º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4C4739 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.70.

Color convert

RGB767157-
CMYK00.070.250.70
HSL44.21º14.29%26.08%-
HSV(B)44.21º25%29.8%-
XYZ5.976.344.78-
YUV70.9120.16131.64-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.25%
GREEN value IS 71 (28.12% from 255) = 34.80%
BLUE value IS 57 (22.66% from 255) = 27.94%
R=37.25%
G=34.80%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76715700.070.250.7044.2114.2926.08
Hex4C47390719462ce1a
Octal114107710731106541632
Binary100110010001111110010111110011000110101100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,71,57); }

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

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

 a { background-color: rgb(76,71,57); }

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

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

 span { border-color: rgb(76,71,57); }

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