#534324

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

Shades of Deep Bronze #534324

Tints of Deep Bronze #534324

Color information

#534324 (or 0x534324) is unknown color: approx Deep Bronze. HEX triplet: 53, 43 and 24. RGB value is (83,67,36). Sum of RGB (Red+Green+Blue) = 83+67+36=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #534324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534324 is #ACBCDB. Grayscale: #444444. Windows color (decimal): -11320540 or 2376531. OLE color: 2376531.

HSL color Cylindrical-coordinate representation of color #534324: hue angle of 39.57º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #534324 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB836736-
CMYK00.190.570.67
HSL39.57º39.5%23.33%-
HSV(B)39.57º56.63%32.55%-
XYZ5.895.982.51-
YUV68.25109.8138.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 36 (14.45% from 255) = 19.35%
R=44.62%
G=36.02%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83673600.190.570.6739.5739.523.33
Hex5343240133943282717
Octal1231034402371103504727
Binary10100111000011100100010011111001100001110100010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534324; }

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

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

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

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

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

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

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

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