#524932

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

Shades of Punga #524932

Tints of Punga #524932

Color information

#524932 (or 0x524932) is unknown color: approx Punga. HEX triplet: 52, 49 and 32. RGB value is (82,73,50). Sum of RGB (Red+Green+Blue) = 82+73+50=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 82 - color contains mainly: red. Hex color #524932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524932 is #ADB6CD. Grayscale: #494949. Windows color (decimal): -11384526 or 3295570. OLE color: 3295570.

HSL color Cylindrical-coordinate representation of color #524932: hue angle of 43.13º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #524932 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.68.

Color convert

RGB827350-
CMYK00.110.390.68
HSL43.13º24.24%25.88%-
HSV(B)43.13º39.02%32.16%-
XYZ6.446.793.99-
YUV73.07114.98134.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40%
GREEN value IS 73 (28.91% from 255) = 35.61%
BLUE value IS 50 (19.92% from 255) = 24.39%
R=40%
G=35.61%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82735000.110.390.6843.1324.2425.88
Hex5249320B27442b181a
Octal1221116201347104533032
Binary101001010010011100100101110011110001001010111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524932; }

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

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

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

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

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

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

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

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