#53463A

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

Shades of Metallic Bronze #53463A

Tints of Metallic Bronze #53463A

Color information

#53463A (or 0x53463A) is unknown color: approx Metallic Bronze. HEX triplet: 53, 46 and 3A. RGB value is (83,70,58). Sum of RGB (Red+Green+Blue) = 83+70+58=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #53463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53463A is #ACB9C5. Grayscale: #484848. Windows color (decimal): -11319750 or 3819091. OLE color: 3819091.

HSL color Cylindrical-coordinate representation of color #53463A: hue angle of 28.8º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #53463A is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB837058-
CMYK00.160.300.67
HSL28.8º17.73%27.65%-
HSV(B)28.8º30.12%32.55%-
XYZ6.526.524.92-
YUV72.52119.81135.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.34%
GREEN value IS 70 (27.73% from 255) = 33.18%
BLUE value IS 58 (23.05% from 255) = 27.49%
R=39.34%
G=33.18%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83705800.160.300.6728.817.7327.65
Hex53463A0101E431d121c
Octal1231067202036103352234
Binary10100111000110111010010000111101000011111011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53463A; }

 p { color: rgb(83,70,58); }

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

<style>
 a { background-color: #53463A; }

 a { background-color: rgb(83,70,58); }

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

<style>
 span { border-color: #53463A; }

 span { border-color: rgb(83,70,58); }

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