#50472B

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

Shades of Punga #50472B

Tints of Punga #50472B

Color information

#50472B (or 0x50472B) is unknown color: approx Punga. HEX triplet: 50, 47 and 2B. RGB value is (80,71,43). Sum of RGB (Red+Green+Blue) = 80+71+43=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 80 - color contains mainly: red. Hex color #50472B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50472B is #AFB8D4. Grayscale: #464646. Windows color (decimal): -11516117 or 2836304. OLE color: 2836304.

HSL color Cylindrical-coordinate representation of color #50472B: hue angle of 45.41º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50472B is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB807143-
CMYK00.110.460.69
HSL45.41º30.08%24.12%-
HSV(B)45.41º46.25%31.37%-
XYZ66.393.2-
YUV70.5112.48134.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.24%
GREEN value IS 71 (28.12% from 255) = 36.60%
BLUE value IS 43 (17.19% from 255) = 22.16%
R=41.24%
G=36.60%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80714300.110.460.6945.4130.0824.12
Hex50472B0B2E452d1e18
Octal1201075301356105553630
Binary101000010001111010110101110111010001011011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50472B; }

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

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

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

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

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

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

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

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