Html Css Color HEX #53493F Metallic Bronze

📋 copy color: '#53493F'

red 83 ◦ green 73 ◦ blue 63

#53493F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Bronze #53493F

Tints of Metallic Bronze #53493F

RGB

 RED value IS 83 (32.81% from 255) = 37.9%

 GREEN value IS 73 (28.91% from 255) = 33.33%

 BLUE value IS 63 (25% from 255) = 28.77%

R = 37.9%
G = 33.33%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#53493F (or 0x53493F) is known color: Metallic Bronze. HEX triplet: 53, 49 and 3F. RGB value is (83,73,63). Sum of RGB (Red+Green+Blue) = 83+73+63=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 83 - color contains mainly: red. Hex color #53493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53493F is #ACB6C0. Grayscale: #4A4A4A. Windows color (decimal): -11318977 or 4147539. OLE color: 4147539.

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

Color convert

RGB 83 73 63 -
CMYK 0 0.12 0.24 0.67
HSL 30º 0.14% 0.29% -
HSV(B) 30º 0.24% 0.33% -
XYZ 6.85 6.96 5.69 -
YUV 74.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 83 73 63 0 0.12 0.24 0.67 30 0.14 0.29
Hex 53 49 3F 0 C 18 43 1E E 1D
Octal 123 111 77 0 14 30 103 36 16 35
Binary 1010011 1001001 111111 0 1100 11000 1000011 11110 1110 11101

Color Harmonies of #53493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53493F

Black with #53493F

Text Example


Text Example

White with #53493F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53493F;
 }
 .AnyTagClassName
 {
   color: #53493F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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