Html Css Color HEX #53493B Metallic Bronze

📋 copy color: '#53493B'

red 83 ◦ green 73 ◦ blue 59

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

Shades of Metallic Bronze #53493B

Tints of Metallic Bronze #53493B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 27.44%

R = 38.6%
G = 33.95%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#53493B (or 0x53493B) is known color: 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

RGB 83 73 59 -
CMYK 0 0.12 0.29 0.67
HSL 35º 0.17% 0.28% -
HSV(B) 35º 0.29% 0.33% -
XYZ 6.74 6.92 5.12 -
YUV 74.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 83 73 59 0 0.12 0.29 0.67 35 0.17 0.28
Hex 53 49 3B 0 C 1D 43 23 11 1C
Octal 123 111 73 0 14 35 103 43 21 34
Binary 1010011 1001001 111011 0 1100 11101 1000011 100011 10001 11100

Color Harmonies of #53493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53493B

Black with #53493B

Text Example


Text Example

White with #53493B

Text Example


Text Example

HTML Codes & Css Web 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>