#4D4533

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

Shades of Punga #4D4533

Tints of Punga #4D4533

Color information

#4D4533 (or 0x4D4533) is unknown color: approx Punga. HEX triplet: 4D, 45 and 33. RGB value is (77,69,51). Sum of RGB (Red+Green+Blue) = 77+69+51=197 (26% of max value = 765). Red value is 77 (30.47% from 255 or 39.09% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4533 is #B2BACC. Grayscale: #454545. Windows color (decimal): -11713229 or 3360077. OLE color: 3360077.

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

Color convert

RGB776951-
CMYK00.100.340.70
HSL41.54º20.31%25.1%-
HSV(B)41.54º33.77%30.2%-
XYZ5.796.074-
YUV69.34117.65133.46-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 39.09%
GREEN value IS 69 (27.34% from 255) = 35.03%
BLUE value IS 51 (20.31% from 255) = 25.89%
R=39.09%
G=35.03%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77695100.100.340.7041.5420.3125.1
Hex4D45330A22462a1419
Octal1151056301242106522431
Binary100110110001011100110101010001010001101010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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