#50452D

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

Shades of Punga #50452D

Tints of Punga #50452D

Color information

#50452D (or 0x50452D) is unknown color: approx Punga. HEX triplet: 50, 45 and 2D. RGB value is (80,69,45). Sum of RGB (Red+Green+Blue) = 80+69+45=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 80 - color contains mainly: red. Hex color #50452D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50452D is #AFBAD2. Grayscale: #454545. Windows color (decimal): -11516627 or 2966864. OLE color: 2966864.

HSL color Cylindrical-coordinate representation of color #50452D: hue angle of 41.14º 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 #50452D is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB806945-
CMYK00.140.440.69
HSL41.14º28%24.51%-
HSV(B)41.14º43.75%31.37%-
XYZ5.916.153.36-
YUV69.55114.14135.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.24%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 45 (17.97% from 255) = 23.20%
R=41.24%
G=35.57%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80694500.140.440.6941.142824.51
Hex50452D0E2C45291c19
Octal1201055501654105513431
Binary101000010001011011010111010110010001011010011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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