#4F4838

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

Shades of Punga #4F4838

Tints of Punga #4F4838

Color information

#4F4838 (or 0x4F4838) is unknown color: approx Punga. HEX triplet: 4F, 48 and 38. RGB value is (79,72,56). Sum of RGB (Red+Green+Blue) = 79+72+56=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4838 is #B0B7C7. Grayscale: #484848. Windows color (decimal): -11581384 or 3688527. OLE color: 3688527.

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

Color convert

RGB797256-
CMYK00.090.290.69
HSL41.74º17.04%26.47%-
HSV(B)41.74º29.11%30.98%-
XYZ6.266.584.68-
YUV72.27118.82132.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.16%
GREEN value IS 72 (28.52% from 255) = 34.78%
BLUE value IS 56 (22.27% from 255) = 27.05%
R=38.16%
G=34.78%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79725600.090.290.6941.7417.0426.47
Hex4F4838091D452a111a
Octal1171107001135105522132
Binary10011111001000111000010011110110001011010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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