#53493E

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

Shades of Metallic Bronze #53493E

Tints of Metallic Bronze #53493E

Color information

#53493E (or 0x53493E) is unknown color: approx Metallic Bronze. HEX triplet: 53, 49 and 3E. RGB value is (83,73,62). Sum of RGB (Red+Green+Blue) = 83+73+62=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #53493E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53493E is #ACB6C1. Grayscale: #4A4A4A. Windows color (decimal): -11318978 or 4082003. OLE color: 4082003.

HSL color Cylindrical-coordinate representation of color #53493E: hue angle of 31.43º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53493E is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB837362-
CMYK00.120.250.67
HSL31.43º14.48%28.43%-
HSV(B)31.43º25.3%32.55%-
XYZ6.826.955.54-
YUV74.74120.81133.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.07%
GREEN value IS 73 (28.91% from 255) = 33.49%
BLUE value IS 62 (24.61% from 255) = 28.44%
R=38.07%
G=33.49%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83736200.120.250.6731.4314.4828.43
Hex53493E0C19431fe1c
Octal1231117601431103371634
Binary101001110010011111100110011001100001111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53493E; }

 p { color: rgb(83,73,62); }

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

<style>
 a { background-color: #53493E; }

 a { background-color: rgb(83,73,62); }

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

<style>
 span { border-color: #53493E; }

 span { border-color: rgb(83,73,62); }

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