#52472E

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

Shades of Punga #52472E

Tints of Punga #52472E

Color information

#52472E (or 0x52472E) is unknown color: approx Punga. HEX triplet: 52, 47 and 2E. RGB value is (82,71,46). Sum of RGB (Red+Green+Blue) = 82+71+46=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 82 - color contains mainly: red. Hex color #52472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52472E is #ADB8D1. Grayscale: #474747. Windows color (decimal): -11385042 or 3032914. OLE color: 3032914.

HSL color Cylindrical-coordinate representation of color #52472E: hue angle of 41.67º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52472E is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB827146-
CMYK00.130.440.68
HSL41.67º28.13%25.1%-
HSV(B)41.67º43.9%32.16%-
XYZ6.236.53.51-
YUV71.44113.64135.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.21%
GREEN value IS 71 (28.12% from 255) = 35.68%
BLUE value IS 46 (18.36% from 255) = 23.12%
R=41.21%
G=35.68%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82714600.130.440.6841.6728.1325.1
Hex52472E0D2C442a1c19
Octal1221075601554104523431
Binary101001010001111011100110110110010001001010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,71,46); }

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

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

 a { background-color: rgb(82,71,46); }

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

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

 span { border-color: rgb(82,71,46); }

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