#534932

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

Shades of Punga #534932

Tints of Punga #534932

Color information

#534932 (or 0x534932) is unknown color: approx Punga. HEX triplet: 53, 49 and 32. RGB value is (83,73,50). Sum of RGB (Red+Green+Blue) = 83+73+50=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #534932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534932 is #ACB6CD. Grayscale: #494949. Windows color (decimal): -11318990 or 3295571. OLE color: 3295571.

HSL color Cylindrical-coordinate representation of color #534932: hue angle of 41.82º 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 #534932 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB837350-
CMYK00.120.400.67
HSL41.82º24.81%26.08%-
HSV(B)41.82º39.76%32.55%-
XYZ6.536.833.99-
YUV73.37114.81134.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.29%
GREEN value IS 73 (28.91% from 255) = 35.44%
BLUE value IS 50 (19.92% from 255) = 24.27%
R=40.29%
G=35.44%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83735000.120.400.6741.8224.8126.08
Hex5349320C28432a191a
Octal1231116201450103523132
Binary101001110010011100100110010100010000111010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534932; }

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

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

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

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

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

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

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

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