#524A36

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

Shades of Punga #524A36

Tints of Punga #524A36

Color information

#524A36 (or 0x524A36) is unknown color: approx Punga. HEX triplet: 52, 4A and 36. RGB value is (82,74,54). Sum of RGB (Red+Green+Blue) = 82+74+54=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 82 - color contains mainly: red. Hex color #524A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A36 is #ADB5C9. Grayscale: #4A4A4A. Windows color (decimal): -11384266 or 3557970. OLE color: 3557970.

HSL color Cylindrical-coordinate representation of color #524A36: hue angle of 42.86º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #524A36 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.68.

Color convert

RGB827454-
CMYK00.100.340.68
HSL42.86º20.59%26.67%-
HSV(B)42.86º34.15%32.16%-
XYZ6.596.964.49-
YUV74.11116.65133.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.05%
GREEN value IS 74 (29.30% from 255) = 35.24%
BLUE value IS 54 (21.48% from 255) = 25.71%
R=39.05%
G=35.24%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82745400.100.340.6842.8620.5926.67
Hex524A360A22442b151b
Octal1221126601242104532533
Binary101001010010101101100101010001010001001010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524A36; }

 p { color: rgb(82,74,54); }

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

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

 a { background-color: rgb(82,74,54); }

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

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

 span { border-color: rgb(82,74,54); }

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