#52482B

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

Shades of Punga #52482B

Tints of Punga #52482B

Color information

#52482B (or 0x52482B) is unknown color: approx Punga. HEX triplet: 52, 48 and 2B. RGB value is (82,72,43). Sum of RGB (Red+Green+Blue) = 82+72+43=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 82 - color contains mainly: red. Hex color #52482B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52482B is #ADB7D4. Grayscale: #474747. Windows color (decimal): -11384789 or 2836562. OLE color: 2836562.

HSL color Cylindrical-coordinate representation of color #52482B: hue angle of 44.62º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52482B is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB827243-
CMYK00.120.480.68
HSL44.62º31.2%24.51%-
HSV(B)44.62º47.56%32.16%-
XYZ6.236.63.23-
YUV71.68111.81135.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.62%
GREEN value IS 72 (28.52% from 255) = 36.55%
BLUE value IS 43 (17.19% from 255) = 21.83%
R=41.62%
G=36.55%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82724300.120.480.6844.6231.224.51
Hex52482B0C30442d1f19
Octal1221105301460104553731
Binary101001010010001010110110011000010001001011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,72,43); }

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

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

 a { background-color: rgb(82,72,43); }

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

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

 span { border-color: rgb(82,72,43); }

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