#534A41

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

Shades of Metallic Bronze #534A41

Tints of Metallic Bronze #534A41

Color information

#534A41 (or 0x534A41) is unknown color: approx Metallic Bronze. HEX triplet: 53, 4A and 41. RGB value is (83,74,65). Sum of RGB (Red+Green+Blue) = 83+74+65=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 83 - color contains mainly: red. Hex color #534A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A41 is #ACB5BE. Grayscale: #4B4B4B. Windows color (decimal): -11318719 or 4278867. OLE color: 4278867.

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

Color convert

RGB837465-
CMYK00.110.220.67
HSL30º12.16%29.02%-
HSV(B)30º21.69%32.55%-
XYZ6.977.126.01-
YUV75.66121.98133.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.39%
GREEN value IS 74 (29.30% from 255) = 33.33%
BLUE value IS 65 (25.78% from 255) = 29.28%
R=37.39%
G=33.33%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83746500.110.220.673012.1629.02
Hex534A410B16431ec1d
Octal12311210101326103361435
Binary1010011100101010000010101110110100001111110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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