#534129

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

Shades of Deep Bronze #534129

Tints of Deep Bronze #534129

Color information

#534129 (or 0x534129) is unknown color: approx Deep Bronze. HEX triplet: 53, 41 and 29. RGB value is (83,65,41). Sum of RGB (Red+Green+Blue) = 83+65+41=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #534129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534129 is #ACBED6. Grayscale: #434343. Windows color (decimal): -11321047 or 2703699. OLE color: 2703699.

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

Color convert

RGB836541-
CMYK00.220.510.67
HSL34.29º33.87%24.31%-
HSV(B)34.29º50.6%32.55%-
XYZ5.865.782.9-
YUV67.65112.96138.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 65 (25.78% from 255) = 34.39%
BLUE value IS 41 (16.41% from 255) = 21.69%
R=43.92%
G=34.39%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83654100.220.510.6734.2933.8724.31
Hex5341290163343222218
Octal1231015102663103424230
Binary10100111000001101001010110110011100001110001010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534129; }

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

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

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

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

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

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

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

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