#53483E

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

Shades of Metallic Bronze #53483E

Tints of Metallic Bronze #53483E

Color information

#53483E (or 0x53483E) is unknown color: approx Metallic Bronze. HEX triplet: 53, 48 and 3E. RGB value is (83,72,62). Sum of RGB (Red+Green+Blue) = 83+72+62=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #53483E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53483E is #ACB7C1. Grayscale: #4A4A4A. Windows color (decimal): -11319234 or 4081747. OLE color: 4081747.

HSL color Cylindrical-coordinate representation of color #53483E: hue angle of 28.57º 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 #53483E is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB837262-
CMYK00.130.250.67
HSL28.57º14.48%28.43%-
HSV(B)28.57º25.3%32.55%-
XYZ6.756.825.52-
YUV74.15121.14134.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.25%
GREEN value IS 72 (28.52% from 255) = 33.18%
BLUE value IS 62 (24.61% from 255) = 28.57%
R=38.25%
G=33.18%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83726200.130.250.6728.5714.4828.43
Hex53483E0D19431de1c
Octal1231107601531103351634
Binary101001110010001111100110111001100001111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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