#4F462E

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

Shades of Punga #4F462E

Tints of Punga #4F462E

Color information

#4F462E (or 0x4F462E) is unknown color: approx Punga. HEX triplet: 4F, 46 and 2E. RGB value is (79,70,46). Sum of RGB (Red+Green+Blue) = 79+70+46=195 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.51% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 79 - color contains mainly: red. Hex color #4F462E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F462E is #B0B9D1. Grayscale: #464646. Windows color (decimal): -11581906 or 3032655. OLE color: 3032655.

HSL color Cylindrical-coordinate representation of color #4F462E: hue angle of 43.64º 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 #4F462E is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB797046-
CMYK00.110.420.69
HSL43.64º26.4%24.51%-
HSV(B)43.64º41.77%30.98%-
XYZ5.916.243.48-
YUV69.96114.48134.45-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.51%
GREEN value IS 70 (27.73% from 255) = 35.90%
BLUE value IS 46 (18.36% from 255) = 23.59%
R=40.51%
G=35.90%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79704600.110.420.6943.6426.424.51
Hex4F462E0B2A452c1a19
Octal1171065601352105543231
Binary100111110001101011100101110101010001011011001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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