#534A3C

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

Shades of Metallic Bronze #534A3C

Tints of Metallic Bronze #534A3C

Color information

#534A3C (or 0x534A3C) is unknown color: approx Metallic Bronze. HEX triplet: 53, 4A and 3C. RGB value is (83,74,60). Sum of RGB (Red+Green+Blue) = 83+74+60=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #534A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A3C is #ACB5C3. Grayscale: #4B4B4B. Windows color (decimal): -11318724 or 3951187. OLE color: 3951187.

HSL color Cylindrical-coordinate representation of color #534A3C: hue angle of 36.52º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #534A3C is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB837460-
CMYK00.110.280.67
HSL36.52º16.08%28.04%-
HSV(B)36.52º27.71%32.55%-
XYZ6.837.065.28-
YUV75.1119.48133.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.25%
GREEN value IS 74 (29.30% from 255) = 34.10%
BLUE value IS 60 (23.83% from 255) = 27.65%
R=38.25%
G=34.10%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83746000.110.280.6736.5216.0828.04
Hex534A3C0B1C4325101c
Octal1231127401334103452034
Binary10100111001010111100010111110010000111001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534A3C; }

 p { color: rgb(83,74,60); }

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

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

 a { background-color: rgb(83,74,60); }

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

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

 span { border-color: rgb(83,74,60); }

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