#504533

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

Shades of Punga #504533

Tints of Punga #504533

Color information

#504533 (or 0x504533) is unknown color: approx Punga. HEX triplet: 50, 45 and 33. RGB value is (80,69,51). Sum of RGB (Red+Green+Blue) = 80+69+51=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 80 - color contains mainly: red. Hex color #504533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504533 is #AFBACC. Grayscale: #464646. Windows color (decimal): -11516621 or 3360080. OLE color: 3360080.

HSL color Cylindrical-coordinate representation of color #504533: hue angle of 37.24º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #504533 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB806951-
CMYK00.140.360.69
HSL37.24º22.14%25.69%-
HSV(B)37.24º36.25%31.37%-
XYZ6.036.24.01-
YUV70.24117.14134.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40%
GREEN value IS 69 (27.34% from 255) = 34.5%
BLUE value IS 51 (20.31% from 255) = 25.5%
R=40%
G=34.5%
B=25.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80695100.140.360.6937.2422.1425.69
Hex5045330E244525161a
Octal1201056301644105452632
Binary101000010001011100110111010010010001011001011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504533; }

 p { color: rgb(80,69,51); }

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

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

 a { background-color: rgb(80,69,51); }

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

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

 span { border-color: rgb(80,69,51); }

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