#52472D

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

Shades of Punga #52472D

Tints of Punga #52472D

Color information

#52472D (or 0x52472D) is unknown color: approx Punga. HEX triplet: 52, 47 and 2D. RGB value is (82,71,45). Sum of RGB (Red+Green+Blue) = 82+71+45=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 82 - color contains mainly: red. Hex color #52472D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52472D is #ADB8D2. Grayscale: #474747. Windows color (decimal): -11385043 or 2967378. OLE color: 2967378.

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

Color convert

RGB827145-
CMYK00.130.450.68
HSL42.16º29.13%24.9%-
HSV(B)42.16º45.12%32.16%-
XYZ6.216.493.41-
YUV71.32113.14135.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.41%
GREEN value IS 71 (28.12% from 255) = 35.86%
BLUE value IS 45 (17.97% from 255) = 22.73%
R=41.41%
G=35.86%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82714500.130.450.6842.1629.1324.9
Hex52472D0D2D442a1d19
Octal1221075501555104523531
Binary101001010001111011010110110110110001001010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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