#504939

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

Shades of Punga #504939

Tints of Punga #504939

Color information

#504939 (or 0x504939) is unknown color: approx Punga. HEX triplet: 50, 49 and 39. RGB value is (80,73,57). Sum of RGB (Red+Green+Blue) = 80+73+57=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 80 - color contains mainly: red. Hex color #504939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504939 is #AFB6C6. Grayscale: #494949. Windows color (decimal): -11515591 or 3754320. OLE color: 3754320.

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

Color convert

RGB807357-
CMYK00.090.290.69
HSL41.74º16.79%26.86%-
HSV(B)41.74º28.75%31.37%-
XYZ6.436.774.84-
YUV73.27118.82132.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.10%
GREEN value IS 73 (28.91% from 255) = 34.76%
BLUE value IS 57 (22.66% from 255) = 27.14%
R=38.10%
G=34.76%
B=27.14%

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
Decimal80735700.090.290.6941.7416.7926.86
Hex504939091D452a111b
Octal1201117101135105522133
Binary10100001001001111001010011110110001011010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504939; }

 p { color: rgb(80,73,57); }

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

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

 a { background-color: rgb(80,73,57); }

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

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

 span { border-color: rgb(80,73,57); }

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