Html Css Color HEX #53493E Metallic Bronze

📋 copy color: '#53493E'

red 83 ◦ green 73 ◦ blue 62

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

Shades of Metallic Bronze #53493E

Tints of Metallic Bronze #53493E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 28.44%

R = 38.07%
G = 33.49%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#53493E (or 0x53493E) is known color: Metallic Bronze. HEX triplet: 53, 49 and 3E. RGB value is (83,73,62). Sum of RGB (Red+Green+Blue) = 83+73+62=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #53493E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53493E is #ACB6C1. Grayscale: #4A4A4A. Windows color (decimal): -11318978 or 4082003. OLE color: 4082003.

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

Color convert

RGB 83 73 62 -
CMYK 0 0.12 0.25 0.67
HSL 31.43º 0.14% 0.28% -
HSV(B) 31.43º 0.25% 0.33% -
XYZ 6.82 6.95 5.54 -
YUV 74.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 83 73 62 0 0.12 0.25 0.67 31.43 0.14 0.28
Hex 53 49 3E 0 C 19 43 1F E 1C
Octal 123 111 76 0 14 31 103 37 16 34
Binary 1010011 1001001 111110 0 1100 11001 1000011 11111 1110 11100

Color Harmonies of #53493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53493E

Black with #53493E

Text Example


Text Example

White with #53493E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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