#50482F

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

Shades of Punga #50482F

Tints of Punga #50482F

Color information

#50482F (or 0x50482F) is unknown color: approx Punga. HEX triplet: 50, 48 and 2F. RGB value is (80,72,47). Sum of RGB (Red+Green+Blue) = 80+72+47=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #50482F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50482F is #AFB7D0. Grayscale: #474747. Windows color (decimal): -11515857 or 3098704. OLE color: 3098704.

HSL color Cylindrical-coordinate representation of color #50482F: hue angle of 45.45º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50482F is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB807247-
CMYK00.100.410.69
HSL45.45º25.98%24.9%-
HSV(B)45.45º41.25%31.37%-
XYZ6.146.553.63-
YUV71.54114.15134.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 72 (28.52% from 255) = 36.18%
BLUE value IS 47 (18.75% from 255) = 23.62%
R=40.20%
G=36.18%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80724700.100.410.6945.4525.9824.9
Hex50482F0A29452d1a19
Octal1201105701251105553231
Binary101000010010001011110101010100110001011011011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50482F; }

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

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

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

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

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

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

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

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