#4C4637

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

Shades of Punga #4C4637

Tints of Punga #4C4637

Color information

#4C4637 (or 0x4C4637) is unknown color: approx Punga. HEX triplet: 4C, 46 and 37. RGB value is (76,70,55). Sum of RGB (Red+Green+Blue) = 76+70+55=201 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.81% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4637 is #B3B9C8. Grayscale: #464646. Windows color (decimal): -11778505 or 3622476. OLE color: 3622476.

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

Color convert

RGB767055-
CMYK00.080.280.70
HSL42.86º16.03%25.69%-
HSV(B)42.86º27.63%29.8%-
XYZ5.866.194.5-
YUV70.08119.49132.22-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.81%
GREEN value IS 70 (27.73% from 255) = 34.83%
BLUE value IS 55 (21.88% from 255) = 27.36%
R=37.81%
G=34.83%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76705500.080.280.7042.8616.0325.69
Hex4C4637081C462b101a
Octal1141066701034106532032
Binary10011001000110110111010001110010001101010111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,70,55); }

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

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

 a { background-color: rgb(76,70,55); }

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

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

 span { border-color: rgb(76,70,55); }

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