#534732

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

Shades of Punga #534732

Tints of Punga #534732

Color information

#534732 (or 0x534732) is unknown color: approx Punga. HEX triplet: 53, 47 and 32. RGB value is (83,71,50). Sum of RGB (Red+Green+Blue) = 83+71+50=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #534732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534732 is #ACB8CD. Grayscale: #484848. Windows color (decimal): -11319502 or 3295059. OLE color: 3295059.

HSL color Cylindrical-coordinate representation of color #534732: hue angle of 38.18º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #534732 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB837150-
CMYK00.140.400.67
HSL38.18º24.81%26.08%-
HSV(B)38.18º39.76%32.55%-
XYZ6.46.583.95-
YUV72.19115.48135.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.69%
GREEN value IS 71 (28.12% from 255) = 34.80%
BLUE value IS 50 (19.92% from 255) = 24.51%
R=40.69%
G=34.80%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83715000.140.400.6738.1824.8126.08
Hex5347320E284326191a
Octal1231076201650103463132
Binary101001110001111100100111010100010000111001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534732; }

 p { color: rgb(83,71,50); }

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

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

 a { background-color: rgb(83,71,50); }

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

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

 span { border-color: rgb(83,71,50); }

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