#4F452E

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

Shades of Punga #4F452E

Tints of Punga #4F452E

Color information

#4F452E (or 0x4F452E) is unknown color: approx Punga. HEX triplet: 4F, 45 and 2E. RGB value is (79,69,46). Sum of RGB (Red+Green+Blue) = 79+69+46=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 79 - color contains mainly: red. Hex color #4F452E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F452E is #B0BAD1. Grayscale: #454545. Windows color (decimal): -11582162 or 3032399. OLE color: 3032399.

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

Color convert

RGB796946-
CMYK00.130.420.69
HSL41.82º26.4%24.51%-
HSV(B)41.82º41.77%30.98%-
XYZ5.856.123.46-
YUV69.37114.81134.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.72%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 46 (18.36% from 255) = 23.71%
R=40.72%
G=35.57%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79694600.130.420.6941.8226.424.51
Hex4F452E0D2A452a1a19
Octal1171055601552105523231
Binary100111110001011011100110110101010001011010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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