#4F472C

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

Shades of Punga #4F472C

Tints of Punga #4F472C

Color information

#4F472C (or 0x4F472C) is unknown color: approx Punga. HEX triplet: 4F, 47 and 2C. RGB value is (79,71,44). Sum of RGB (Red+Green+Blue) = 79+71+44=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 79 - color contains mainly: red. Hex color #4F472C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F472C is #B0B8D3. Grayscale: #464646. Windows color (decimal): -11581652 or 2901839. OLE color: 2901839.

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

Color convert

RGB797144-
CMYK00.100.440.69
HSL46.29º28.46%24.12%-
HSV(B)46.29º44.3%30.98%-
XYZ5.936.353.3-
YUV70.31113.15134.2-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.72%
GREEN value IS 71 (28.12% from 255) = 36.60%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=40.72%
G=36.60%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79714400.100.440.6946.2928.4624.12
Hex4F472C0A2C452e1c18
Octal1171075401254105563430
Binary100111110001111011000101010110010001011011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F472C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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