#4F4835

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

Shades of Punga #4F4835

Tints of Punga #4F4835

Color information

#4F4835 (or 0x4F4835) is unknown color: approx Punga. HEX triplet: 4F, 48 and 35. RGB value is (79,72,53). Sum of RGB (Red+Green+Blue) = 79+72+53=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4835 is #B0B7CA. Grayscale: #484848. Windows color (decimal): -11581387 or 3491919. OLE color: 3491919.

HSL color Cylindrical-coordinate representation of color #4F4835: hue angle of 43.85º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4F4835 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB797253-
CMYK00.090.330.69
HSL43.85º19.7%25.88%-
HSV(B)43.85º32.91%30.98%-
XYZ6.186.554.31-
YUV71.93117.32133.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.73%
GREEN value IS 72 (28.52% from 255) = 35.29%
BLUE value IS 53 (21.09% from 255) = 25.98%
R=38.73%
G=35.29%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79725300.090.330.6943.8519.725.88
Hex4F48350921452c141a
Octal1171106501141105542432
Binary100111110010001101010100110000110001011011001010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,72,53); }

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

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

 a { background-color: rgb(79,72,53); }

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

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

 span { border-color: rgb(79,72,53); }

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