#504931

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

Shades of Punga #504931

Tints of Punga #504931

Color information

#504931 (or 0x504931) is unknown color: approx Punga. HEX triplet: 50, 49 and 31. RGB value is (80,73,49). Sum of RGB (Red+Green+Blue) = 80+73+49=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 80 - color contains mainly: red. Hex color #504931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504931 is #AFB6CE. Grayscale: #484848. Windows color (decimal): -11515599 or 3230032. OLE color: 3230032.

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

Color convert

RGB807349-
CMYK00.090.390.69
HSL46.45º24.03%25.29%-
HSV(B)46.45º38.75%31.37%-
XYZ6.256.693.87-
YUV72.36114.82133.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.60%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 49 (19.53% from 255) = 24.26%
R=39.60%
G=36.14%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80734900.090.390.6946.4524.0325.29
Hex5049310927452e1819
Octal1201116101147105563031
Binary101000010010011100010100110011110001011011101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504931; }

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

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

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

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

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

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

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

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