#534329

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

Shades of Deep Bronze #534329

Tints of Deep Bronze #534329

Color information

#534329 (or 0x534329) is unknown color: approx Deep Bronze. HEX triplet: 53, 43 and 29. RGB value is (83,67,41). Sum of RGB (Red+Green+Blue) = 83+67+41=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #534329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534329 is #ACBCD6. Grayscale: #444444. Windows color (decimal): -11320535 or 2704211. OLE color: 2704211.

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

Color convert

RGB836741-
CMYK00.190.510.67
HSL37.14º33.87%24.31%-
HSV(B)37.14º50.6%32.55%-
XYZ5.976.012.94-
YUV68.82112.3138.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.46%
GREEN value IS 67 (26.56% from 255) = 35.08%
BLUE value IS 41 (16.41% from 255) = 21.47%
R=43.46%
G=35.08%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83674100.190.510.6737.1433.8724.31
Hex5343290133343252218
Octal1231035102363103454230
Binary10100111000011101001010011110011100001110010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534329; }

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

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

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

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

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

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

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

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