#4D4433

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

Shades of Punga #4D4433

Tints of Punga #4D4433

Color information

#4D4433 (or 0x4D4433) is unknown color: approx Punga. HEX triplet: 4D, 44 and 33. RGB value is (77,68,51). Sum of RGB (Red+Green+Blue) = 77+68+51=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4433 is #B2BBCC. Grayscale: #444444. Windows color (decimal): -11713485 or 3359821. OLE color: 3359821.

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

Color convert

RGB776851-
CMYK00.120.340.70
HSL39.23º20.31%25.1%-
HSV(B)39.23º33.77%30.2%-
XYZ5.735.953.98-
YUV68.75117.98133.88-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 39.29%
GREEN value IS 68 (26.95% from 255) = 34.69%
BLUE value IS 51 (20.31% from 255) = 26.02%
R=39.29%
G=34.69%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77685100.120.340.7039.2320.3125.1
Hex4D44330C2246271419
Octal1151046301442106472431
Binary100110110001001100110110010001010001101001111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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