#524529

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

Shades of Punga #524529

Tints of Punga #524529

Color information

#524529 (or 0x524529) is unknown color: approx Punga. HEX triplet: 52, 45 and 29. RGB value is (82,69,41). Sum of RGB (Red+Green+Blue) = 82+69+41=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #524529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524529 is #ADBAD6. Grayscale: #454545. Windows color (decimal): -11385559 or 2704722. OLE color: 2704722.

HSL color Cylindrical-coordinate representation of color #524529: hue angle of 40.98º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #524529 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB826941-
CMYK00.160.500.68
HSL40.98º33.33%24.12%-
HSV(B)40.98º50%32.16%-
XYZ6.016.212.98-
YUV69.7111.81136.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.71%
GREEN value IS 69 (27.34% from 255) = 35.94%
BLUE value IS 41 (16.41% from 255) = 21.35%
R=42.71%
G=35.94%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82694100.160.500.6840.9833.3324.12
Hex5245290103244292118
Octal1221055102062104514130
Binary10100101000101101001010000110010100010010100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524529; }

 p { color: rgb(82,69,41); }

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

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

 a { background-color: rgb(82,69,41); }

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

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

 span { border-color: rgb(82,69,41); }

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