#4C4434

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

Shades of Punga #4C4434

Tints of Punga #4C4434

Color information

#4C4434 (or 0x4C4434) is unknown color: approx Punga. HEX triplet: 4C, 44 and 34. RGB value is (76,68,52). Sum of RGB (Red+Green+Blue) = 76+68+52=196 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.78% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4434 is #B3BBCB. Grayscale: #444444. Windows color (decimal): -11779020 or 3425356. OLE color: 3425356.

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

Color convert

RGB766852-
CMYK00.110.320.70
HSL40º18.75%25.1%-
HSV(B)40º31.58%29.8%-
XYZ5.675.924.09-
YUV68.57118.65133.3-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.78%
GREEN value IS 68 (26.95% from 255) = 34.69%
BLUE value IS 52 (20.70% from 255) = 26.53%
R=38.78%
G=34.69%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76685200.110.320.704018.7525.1
Hex4C44340B2046281319
Octal1141046401340106502331
Binary100110010001001101000101110000010001101010001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,68,52); }

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

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

 a { background-color: rgb(76,68,52); }

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

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

 span { border-color: rgb(76,68,52); }

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