#4F493A

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

Shades of Punga #4F493A

Tints of Punga #4F493A

Color information

#4F493A (or 0x4F493A) is unknown color: approx Punga. HEX triplet: 4F, 49 and 3A. RGB value is (79,73,58). Sum of RGB (Red+Green+Blue) = 79+73+58=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 79 - color contains mainly: red. Hex color #4F493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F493A is #B0B6C5. Grayscale: #494949. Windows color (decimal): -11581126 or 3819855. OLE color: 3819855.

HSL color Cylindrical-coordinate representation of color #4F493A: hue angle of 42.86º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F493A is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB797358-
CMYK00.080.270.69
HSL42.86º15.33%26.86%-
HSV(B)42.86º26.58%30.98%-
XYZ6.376.734.97-
YUV73.08119.49132.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.62%
GREEN value IS 73 (28.91% from 255) = 34.76%
BLUE value IS 58 (23.05% from 255) = 27.62%
R=37.62%
G=34.76%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79735800.080.270.6942.8615.3326.86
Hex4F493A081B452bf1b
Octal1171117201033105531733
Binary1001111100100111101001000110111000101101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,73,58); }

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

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

 a { background-color: rgb(79,73,58); }

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

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

 span { border-color: rgb(79,73,58); }

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