#4F4831

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

Shades of Punga #4F4831

Tints of Punga #4F4831

Color information

#4F4831 (or 0x4F4831) is unknown color: approx Punga. HEX triplet: 4F, 48 and 31. RGB value is (79,72,49). Sum of RGB (Red+Green+Blue) = 79+72+49=200 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4831 is #B0B7CE. Grayscale: #474747. Windows color (decimal): -11581391 or 3229775. OLE color: 3229775.

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

Color convert

RGB797249-
CMYK00.090.380.69
HSL46º23.44%25.1%-
HSV(B)46º37.97%30.98%-
XYZ6.16.523.84-
YUV71.47115.32133.37-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.5%
GREEN value IS 72 (28.52% from 255) = 36%
BLUE value IS 49 (19.53% from 255) = 24.5%
R=39.5%
G=36%
B=24.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79724900.090.380.694623.4425.1
Hex4F48310926452e1719
Octal1171106101146105562731
Binary100111110010001100010100110011010001011011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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