#50482E

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

Shades of Punga #50482E

Tints of Punga #50482E

Color information

#50482E (or 0x50482E) is unknown color: approx Punga. HEX triplet: 50, 48 and 2E. RGB value is (80,72,46). Sum of RGB (Red+Green+Blue) = 80+72+46=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 80 - color contains mainly: red. Hex color #50482E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50482E is #AFB7D1. Grayscale: #474747. Windows color (decimal): -11515858 or 3033168. OLE color: 3033168.

HSL color Cylindrical-coordinate representation of color #50482E: hue angle of 45.88º 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 #50482E is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB807246-
CMYK00.100.420.69
HSL45.88º26.98%24.71%-
HSV(B)45.88º42.5%31.37%-
XYZ6.126.543.52-
YUV71.43113.65134.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.40%
GREEN value IS 72 (28.52% from 255) = 36.36%
BLUE value IS 46 (18.36% from 255) = 23.23%
R=40.40%
G=36.36%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80724600.100.420.6945.8826.9824.71
Hex50482E0A2A452e1b19
Octal1201105601252105563331
Binary101000010010001011100101010101010001011011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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