#50462D

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

Shades of Punga #50462D

Tints of Punga #50462D

Color information

#50462D (or 0x50462D) is unknown color: approx Punga. HEX triplet: 50, 46 and 2D. RGB value is (80,70,45). Sum of RGB (Red+Green+Blue) = 80+70+45=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #50462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50462D is #AFB9D2. Grayscale: #464646. Windows color (decimal): -11516371 or 2967120. OLE color: 2967120.

HSL color Cylindrical-coordinate representation of color #50462D: hue angle of 42.86º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50462D is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB807045-
CMYK00.120.440.69
HSL42.86º28%24.51%-
HSV(B)42.86º43.75%31.37%-
XYZ5.976.283.38-
YUV70.14113.81135.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.03%
GREEN value IS 70 (27.73% from 255) = 35.90%
BLUE value IS 45 (17.97% from 255) = 23.08%
R=41.03%
G=35.90%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80704500.120.440.6942.862824.51
Hex50462D0C2C452b1c19
Octal1201065501454105533431
Binary101000010001101011010110010110010001011010111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50462D; }

 p { color: rgb(80,70,45); }

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

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

 a { background-color: rgb(80,70,45); }

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

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

 span { border-color: rgb(80,70,45); }

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