#534A40

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

Shades of Metallic Bronze #534A40

Tints of Metallic Bronze #534A40

Color information

#534A40 (or 0x534A40) is unknown color: approx Metallic Bronze. HEX triplet: 53, 4A and 40. RGB value is (83,74,64). Sum of RGB (Red+Green+Blue) = 83+74+64=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 83 - color contains mainly: red. Hex color #534A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A40 is #ACB5BF. Grayscale: #4B4B4B. Windows color (decimal): -11318720 or 4213331. OLE color: 4213331.

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

Color convert

RGB837464-
CMYK00.110.230.67
HSL31.58º12.93%28.82%-
HSV(B)31.58º22.89%32.55%-
XYZ6.947.115.86-
YUV75.55121.48133.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.56%
GREEN value IS 74 (29.30% from 255) = 33.48%
BLUE value IS 64 (25.39% from 255) = 28.96%
R=37.56%
G=33.48%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83746400.110.230.6731.5812.9328.82
Hex534A400B174320d1d
Octal12311210001327103401535
Binary10100111001010100000001011101111000011100000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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