#534A3D

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

Shades of Metallic Bronze #534A3D

Tints of Metallic Bronze #534A3D

Color information

#534A3D (or 0x534A3D) is unknown color: approx Metallic Bronze. HEX triplet: 53, 4A and 3D. RGB value is (83,74,61). Sum of RGB (Red+Green+Blue) = 83+74+61=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #534A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A3D is #ACB5C2. Grayscale: #4B4B4B. Windows color (decimal): -11318723 or 4016723. OLE color: 4016723.

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

Color convert

RGB837461-
CMYK00.110.270.67
HSL35.45º15.28%28.24%-
HSV(B)35.45º26.51%32.55%-
XYZ6.867.075.42-
YUV75.21119.98133.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.07%
GREEN value IS 74 (29.30% from 255) = 33.94%
BLUE value IS 61 (24.22% from 255) = 27.98%
R=38.07%
G=33.94%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83746100.110.270.6735.4515.2828.24
Hex534A3D0B1B4323f1c
Octal1231127501333103431734
Binary1010011100101011110101011110111000011100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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