#504832

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

Shades of Punga #504832

Tints of Punga #504832

Color information

#504832 (or 0x504832) is unknown color: approx Punga. HEX triplet: 50, 48 and 32. RGB value is (80,72,50). Sum of RGB (Red+Green+Blue) = 80+72+50=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 80 - color contains mainly: red. Hex color #504832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504832 is #AFB7CD. Grayscale: #474747. Windows color (decimal): -11515854 or 3295312. OLE color: 3295312.

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

Color convert

RGB807250-
CMYK00.100.370.69
HSL44º23.08%25.49%-
HSV(B)44º37.5%31.37%-
XYZ6.26.573.96-
YUV71.88115.65133.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.60%
GREEN value IS 72 (28.52% from 255) = 35.64%
BLUE value IS 50 (19.92% from 255) = 24.75%
R=39.60%
G=35.64%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80725000.100.370.694423.0825.49
Hex5048320A25452c1719
Octal1201106201245105542731
Binary101000010010001100100101010010110001011011001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504832; }

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

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

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

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

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

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

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

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