#50462E

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

Shades of Punga #50462E

Tints of Punga #50462E

Color information

#50462E (or 0x50462E) is unknown color: approx Punga. HEX triplet: 50, 46 and 2E. RGB value is (80,70,46). Sum of RGB (Red+Green+Blue) = 80+70+46=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #50462E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50462E is #AFB9D1. Grayscale: #464646. Windows color (decimal): -11516370 or 3032656. OLE color: 3032656.

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

Color convert

RGB807046-
CMYK00.120.420.69
HSL42.35º26.98%24.71%-
HSV(B)42.35º42.5%31.37%-
XYZ5.996.283.48-
YUV70.25114.31134.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.82%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 46 (18.36% from 255) = 23.47%
R=40.82%
G=35.71%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80704600.120.420.6942.3526.9824.71
Hex50462E0C2A452a1b19
Octal1201065601452105523331
Binary101000010001101011100110010101010001011010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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