#534429

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

Shades of Deep Bronze #534429

Tints of Deep Bronze #534429

Color information

#534429 (or 0x534429) is unknown color: approx Deep Bronze. HEX triplet: 53, 44 and 29. RGB value is (83,68,41). Sum of RGB (Red+Green+Blue) = 83+68+41=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #534429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534429 is #ACBBD6. Grayscale: #454545. Windows color (decimal): -11320279 or 2704467. OLE color: 2704467.

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

Color convert

RGB836841-
CMYK00.180.510.67
HSL38.57º33.87%24.31%-
HSV(B)38.57º50.6%32.55%-
XYZ6.036.132.96-
YUV69.41111.97137.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.23%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 41 (16.41% from 255) = 21.35%
R=43.23%
G=35.42%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83684100.180.510.6738.5733.8724.31
Hex5344290123343272218
Octal1231045102263103474230
Binary10100111000100101001010010110011100001110011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534429; }

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

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

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

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

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

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

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

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