#4F4738

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

Shades of Punga #4F4738

Tints of Punga #4F4738

Color information

#4F4738 (or 0x4F4738) is unknown color: approx Punga. HEX triplet: 4F, 47 and 38. RGB value is (79,71,56). Sum of RGB (Red+Green+Blue) = 79+71+56=206 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.35% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4738 is #B0B8C7. Grayscale: #474747. Windows color (decimal): -11581640 or 3688271. OLE color: 3688271.

HSL color Cylindrical-coordinate representation of color #4F4738: hue angle of 39.13º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F4738 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB797156-
CMYK00.100.290.69
HSL39.13º17.04%26.47%-
HSV(B)39.13º29.11%30.98%-
XYZ6.196.454.66-
YUV71.68119.15133.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.35%
GREEN value IS 71 (28.12% from 255) = 34.47%
BLUE value IS 56 (22.27% from 255) = 27.18%
R=38.35%
G=34.47%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79715600.100.290.6939.1317.0426.47
Hex4F47380A1D4527111a
Octal1171077001235105472132
Binary10011111000111111000010101110110001011001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,71,56); }

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

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

 a { background-color: rgb(79,71,56); }

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

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

 span { border-color: rgb(79,71,56); }

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