#4F4733

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

Shades of Punga #4F4733

Tints of Punga #4F4733

Color information

#4F4733 (or 0x4F4733) is unknown color: approx Punga. HEX triplet: 4F, 47 and 33. RGB value is (79,71,51). Sum of RGB (Red+Green+Blue) = 79+71+51=201 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.30% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4733 is #B0B8CC. Grayscale: #474747. Windows color (decimal): -11581645 or 3360591. OLE color: 3360591.

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

Color convert

RGB797151-
CMYK00.100.350.69
HSL42.86º21.54%25.49%-
HSV(B)42.86º35.44%30.98%-
XYZ6.086.414.05-
YUV71.11116.65133.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.30%
GREEN value IS 71 (28.12% from 255) = 35.32%
BLUE value IS 51 (20.31% from 255) = 25.37%
R=39.30%
G=35.32%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79715100.100.350.6942.8621.5425.49
Hex4F47330A23452b1619
Octal1171076301243105532631
Binary100111110001111100110101010001110001011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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