#4F472E

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

Shades of Punga #4F472E

Tints of Punga #4F472E

Color information

#4F472E (or 0x4F472E) is unknown color: approx Punga. HEX triplet: 4F, 47 and 2E. RGB value is (79,71,46). Sum of RGB (Red+Green+Blue) = 79+71+46=196 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.31% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 79 - color contains mainly: red. Hex color #4F472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F472E is #B0B8D1. Grayscale: #464646. Windows color (decimal): -11581650 or 3032911. OLE color: 3032911.

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

Color convert

RGB797146-
CMYK00.100.420.69
HSL45.45º26.4%24.51%-
HSV(B)45.45º41.77%30.98%-
XYZ5.976.373.5-
YUV70.54114.15134.03-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.31%
GREEN value IS 71 (28.12% from 255) = 36.22%
BLUE value IS 46 (18.36% from 255) = 23.47%
R=40.31%
G=36.22%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79714600.100.420.6945.4526.424.51
Hex4F472E0A2A452d1a19
Octal1171075601252105553231
Binary100111110001111011100101010101010001011011011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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