#504932

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

Shades of Punga #504932

Tints of Punga #504932

Color information

#504932 (or 0x504932) is unknown color: approx Punga. HEX triplet: 50, 49 and 32. RGB value is (80,73,50). Sum of RGB (Red+Green+Blue) = 80+73+50=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 80 - color contains mainly: red. Hex color #504932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504932 is #AFB6CD. Grayscale: #484848. Windows color (decimal): -11515598 or 3295568. OLE color: 3295568.

HSL color Cylindrical-coordinate representation of color #504932: 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 #504932 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB807350-
CMYK00.090.370.69
HSL46º23.08%25.49%-
HSV(B)46º37.5%31.37%-
XYZ6.276.73.98-
YUV72.47115.32133.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.41%
GREEN value IS 73 (28.91% from 255) = 35.96%
BLUE value IS 50 (19.92% from 255) = 24.63%
R=39.41%
G=35.96%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80735000.090.370.694623.0825.49
Hex5049320925452e1719
Octal1201116201145105562731
Binary101000010010011100100100110010110001011011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504932; }

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

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

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

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

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

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

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

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