#50452B

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

Shades of Punga #50452B

Tints of Punga #50452B

Color information

#50452B (or 0x50452B) is unknown color: approx Punga. HEX triplet: 50, 45 and 2B. RGB value is (80,69,43). Sum of RGB (Red+Green+Blue) = 80+69+43=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #50452B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50452B is #AFBAD4. Grayscale: #454545. Windows color (decimal): -11516629 or 2835792. OLE color: 2835792.

HSL color Cylindrical-coordinate representation of color #50452B: hue angle of 42.16º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50452B is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB806943-
CMYK00.140.460.69
HSL42.16º30.08%24.12%-
HSV(B)42.16º46.25%31.37%-
XYZ5.876.143.16-
YUV69.32113.14135.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.67%
GREEN value IS 69 (27.34% from 255) = 35.94%
BLUE value IS 43 (17.19% from 255) = 22.40%
R=41.67%
G=35.94%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80694300.140.460.6942.1630.0824.12
Hex50452B0E2E452a1e18
Octal1201055301656105523630
Binary101000010001011010110111010111010001011010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50452B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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