#4F4933

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

Shades of Punga #4F4933

Tints of Punga #4F4933

Color information

#4F4933 (or 0x4F4933) is unknown color: approx Punga. HEX triplet: 4F, 49 and 33. RGB value is (79,73,51). Sum of RGB (Red+Green+Blue) = 79+73+51=203 (26% of max value = 765). Red value is 79 (31.25% from 255 or 38.92% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4933 is #B0B6CC. Grayscale: #484848. Windows color (decimal): -11581133 or 3361103. OLE color: 3361103.

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

Color convert

RGB797351-
CMYK00.080.350.69
HSL47.14º21.54%25.49%-
HSV(B)47.14º35.44%30.98%-
XYZ6.26.674.09-
YUV72.29115.99132.79-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.92%
GREEN value IS 73 (28.91% from 255) = 35.96%
BLUE value IS 51 (20.31% from 255) = 25.12%
R=38.92%
G=35.96%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79735100.080.350.6947.1421.5425.49
Hex4F49330823452f1619
Octal1171116301043105572631
Binary100111110010011100110100010001110001011011111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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