#534529

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

Shades of Punga #534529

Tints of Punga #534529

Color information

#534529 (or 0x534529) is unknown color: approx Punga. HEX triplet: 53, 45 and 29. RGB value is (83,69,41). Sum of RGB (Red+Green+Blue) = 83+69+41=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #534529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534529 is #ACBAD6. Grayscale: #464646. Windows color (decimal): -11320023 or 2704723. OLE color: 2704723.

HSL color Cylindrical-coordinate representation of color #534529: hue angle of 40º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #534529 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB836941-
CMYK00.170.510.67
HSL40º33.87%24.31%-
HSV(B)40º50.6%32.55%-
XYZ6.16.262.98-
YUV69.99111.64137.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.01%
GREEN value IS 69 (27.34% from 255) = 35.75%
BLUE value IS 41 (16.41% from 255) = 21.24%
R=43.01%
G=35.75%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83694100.170.510.674033.8724.31
Hex5345290113343282218
Octal1231055102163103504230
Binary10100111000101101001010001110011100001110100010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534529; }

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

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

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

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

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

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

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

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