#52492B

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

Shades of Punga #52492B

Tints of Punga #52492B

Color information

#52492B (or 0x52492B) is unknown color: approx Punga. HEX triplet: 52, 49 and 2B. RGB value is (82,73,43). Sum of RGB (Red+Green+Blue) = 82+73+43=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 82 - color contains mainly: red. Hex color #52492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52492B is #ADB6D4. Grayscale: #484848. Windows color (decimal): -11384533 or 2836818. OLE color: 2836818.

HSL color Cylindrical-coordinate representation of color #52492B: hue angle of 46.15º 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 #52492B is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB827343-
CMYK00.110.480.68
HSL46.15º31.2%24.51%-
HSV(B)46.15º47.56%32.16%-
XYZ6.36.733.25-
YUV72.27111.48134.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.41%
GREEN value IS 73 (28.91% from 255) = 36.87%
BLUE value IS 43 (17.19% from 255) = 21.72%
R=41.41%
G=36.87%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82734300.110.480.6846.1531.224.51
Hex52492B0B30442e1f19
Octal1221115301360104563731
Binary101001010010011010110101111000010001001011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52492B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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