#53493B

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

Shades of Metallic Bronze #53493B

Tints of Metallic Bronze #53493B

Color information

#53493B (or 0x53493B) is unknown color: approx Metallic Bronze. HEX triplet: 53, 49 and 3B. RGB value is (83,73,59). Sum of RGB (Red+Green+Blue) = 83+73+59=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 83 - color contains mainly: red. Hex color #53493B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53493B is #ACB6C4. Grayscale: #4A4A4A. Windows color (decimal): -11318981 or 3885395. OLE color: 3885395.

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

Color convert

RGB837359-
CMYK00.120.290.67
HSL35º16.9%27.84%-
HSV(B)35º28.92%32.55%-
XYZ6.746.925.12-
YUV74.39119.31134.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.60%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 59 (23.44% from 255) = 27.44%
R=38.60%
G=33.95%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83735900.120.290.673516.927.84
Hex53493B0C1D4323111c
Octal1231117301435103432134
Binary10100111001001111011011001110110000111000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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