#4D4434

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

Shades of Punga #4D4434

Tints of Punga #4D4434

Color information

#4D4434 (or 0x4D4434) is unknown color: approx Punga. HEX triplet: 4D, 44 and 34. RGB value is (77,68,52). Sum of RGB (Red+Green+Blue) = 77+68+52=197 (26% of max value = 765). Red value is 77 (30.47% from 255 or 39.09% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4434 is #B2BBCB. Grayscale: #444444. Windows color (decimal): -11713484 or 3425357. OLE color: 3425357.

HSL color Cylindrical-coordinate representation of color #4D4434: hue angle of 38.4º 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 #4D4434 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.70.

Color convert

RGB776852-
CMYK00.120.320.70
HSL38.4º19.38%25.29%-
HSV(B)38.4º32.47%30.2%-
XYZ5.755.964.1-
YUV68.87118.48133.8-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 39.09%
GREEN value IS 68 (26.95% from 255) = 34.52%
BLUE value IS 52 (20.70% from 255) = 26.40%
R=39.09%
G=34.52%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77685200.120.320.7038.419.3825.29
Hex4D44340C2046261319
Octal1151046401440106462331
Binary100110110001001101000110010000010001101001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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