#504736

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

Shades of Punga #504736

Tints of Punga #504736

Color information

#504736 (or 0x504736) is unknown color: approx Punga. HEX triplet: 50, 47 and 36. RGB value is (80,71,54). Sum of RGB (Red+Green+Blue) = 80+71+54=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 80 - color contains mainly: red. Hex color #504736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504736 is #AFB8C9. Grayscale: #474747. Windows color (decimal): -11516106 or 3557200. OLE color: 3557200.

HSL color Cylindrical-coordinate representation of color #504736: hue angle of 39.23º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #504736 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB807154-
CMYK00.110.330.69
HSL39.23º19.4%26.27%-
HSV(B)39.23º32.5%31.37%-
XYZ6.236.484.41-
YUV71.75117.98133.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 71 (28.12% from 255) = 34.63%
BLUE value IS 54 (21.48% from 255) = 26.34%
R=39.02%
G=34.63%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80715400.110.330.6939.2319.426.27
Hex5047360B214527131a
Octal1201076601341105472332
Binary101000010001111101100101110000110001011001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504736; }

 p { color: rgb(80,71,54); }

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

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

 a { background-color: rgb(80,71,54); }

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

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

 span { border-color: rgb(80,71,54); }

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