#4D4838

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

Shades of Punga #4D4838

Tints of Punga #4D4838

Color information

#4D4838 (or 0x4D4838) is unknown color: approx Punga. HEX triplet: 4D, 48 and 38. RGB value is (77,72,56). Sum of RGB (Red+Green+Blue) = 77+72+56=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4838 is #B2B7C7. Grayscale: #474747. Windows color (decimal): -11712456 or 3688525. OLE color: 3688525.

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

Color convert

RGB777256-
CMYK00.060.270.70
HSL45.71º15.79%26.08%-
HSV(B)45.71º27.27%30.2%-
XYZ6.096.54.67-
YUV71.67119.16131.8-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.56%
GREEN value IS 72 (28.52% from 255) = 35.12%
BLUE value IS 56 (22.27% from 255) = 27.32%
R=37.56%
G=35.12%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77725600.060.270.7045.7115.7926.08
Hex4D4838061B462e101a
Octal115110700633106562032
Binary1001101100100011100001101101110001101011101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,72,56); }

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

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

 a { background-color: rgb(77,72,56); }

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

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

 span { border-color: rgb(77,72,56); }

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