#50442A

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

Shades of Punga #50442A

Tints of Punga #50442A

Color information

#50442A (or 0x50442A) is unknown color: approx Punga. HEX triplet: 50, 44 and 2A. RGB value is (80,68,42). Sum of RGB (Red+Green+Blue) = 80+68+42=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #50442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50442A is #AFBBD5. Grayscale: #444444. Windows color (decimal): -11516886 or 2770000. OLE color: 2770000.

HSL color Cylindrical-coordinate representation of color #50442A: hue angle of 41.05º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50442A is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB806842-
CMYK00.150.480.69
HSL41.05º31.15%23.92%-
HSV(B)41.05º47.5%31.37%-
XYZ5.796.013.04-
YUV68.62112.98136.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.11%
GREEN value IS 68 (26.95% from 255) = 35.79%
BLUE value IS 42 (16.80% from 255) = 22.11%
R=42.11%
G=35.79%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80684200.150.480.6941.0531.1523.92
Hex50442A0F3045291f18
Octal1201045201760105513730
Binary101000010001001010100111111000010001011010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50442A; }

 p { color: rgb(80,68,42); }

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

<style>
 a { background-color: #50442A; }

 a { background-color: rgb(80,68,42); }

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

<style>
 span { border-color: #50442A; }

 span { border-color: rgb(80,68,42); }

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