Html Css Color HEX #53473C Metallic Bronze

📋 copy color: '#53473C'

red 83 ◦ green 71 ◦ blue 60

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

Shades of Metallic Bronze #53473C

Tints of Metallic Bronze #53473C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.18%

 BLUE value IS 60 (23.83% from 255) = 28.04%

R = 38.79%
G = 33.18%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#53473C (or 0x53473C) is known color: Metallic Bronze. HEX triplet: 53, 47 and 3C. RGB value is (83,71,60). Sum of RGB (Red+Green+Blue) = 83+71+60=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #53473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53473C is #ACB8C3. Grayscale: #494949. Windows color (decimal): -11319492 or 3950419. OLE color: 3950419.

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

Color convert

RGB 83 71 60 -
CMYK 0 0.14 0.28 0.67
HSL 28.7º 0.16% 0.28% -
HSV(B) 28.7º 0.28% 0.33% -
XYZ 6.64 6.67 5.21 -
YUV 73.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 83 71 60 0 0.14 0.28 0.67 28.7 0.16 0.28
Hex 53 47 3C 0 E 1C 43 1D 10 1C
Octal 123 107 74 0 16 34 103 35 20 34
Binary 1010011 1000111 111100 0 1110 11100 1000011 11101 10000 11100

Color Harmonies of #53473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53473C

Black with #53473C

Text Example


Text Example

White with #53473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53473C; }

 p { color: rgb(83,71,60); }

 H1.HeaderClassName
 {
   color: #53473C;
 }
 .AnyTagClassName
 {
   color: #53473C;
 }
</style>

background-color css

<style>
 a { background-color: #53473C; }

 a { background-color: rgb(83,71,60); }

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

border-color css

<style>
 span { border-color: #53473C; }

 span { border-color: rgb(83,71,60); }

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