#534A39

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

Shades of Metallic Bronze #534A39

Tints of Metallic Bronze #534A39

Color information

#534A39 (or 0x534A39) is unknown color: approx Metallic Bronze. HEX triplet: 53, 4A and 39. RGB value is (83,74,57). Sum of RGB (Red+Green+Blue) = 83+74+57=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #534A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A39 is #ACB5C6. Grayscale: #4A4A4A. Windows color (decimal): -11318727 or 3754579. OLE color: 3754579.

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

Color convert

RGB837457-
CMYK00.110.310.67
HSL39.23º18.57%27.45%-
HSV(B)39.23º31.33%32.55%-
XYZ6.757.034.87-
YUV74.75117.98133.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.79%
GREEN value IS 74 (29.30% from 255) = 34.58%
BLUE value IS 57 (22.66% from 255) = 26.64%
R=38.79%
G=34.58%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83745700.110.310.6739.2318.5727.45
Hex534A390B1F4327131b
Octal1231127101337103472333
Binary10100111001010111001010111111110000111001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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