Html Css Color HEX #50493F Metallic Bronze

📋 copy color: '#50493F'

red 80 ◦ green 73 ◦ blue 63

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

Shades of Metallic Bronze #50493F

Tints of Metallic Bronze #50493F

RGB

 RED value IS 80 (31.64% from 255) = 37.04%

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

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

R = 37.04%
G = 33.8%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#50493F (or 0x50493F) is known color: Metallic Bronze. HEX triplet: 50, 49 and 3F. RGB value is (80,73,63). Sum of RGB (Red+Green+Blue) = 80+73+63=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 80 - color contains mainly: red. Hex color #50493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50493F is #AFB6C0. Grayscale: #4A4A4A. Windows color (decimal): -11515585 or 4147536. OLE color: 4147536.

HSL color Cylindrical-coordinate representation of color #50493F: hue angle of 35.29º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #50493F is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 73 63 -
CMYK 0 0.09 0.21 0.69
HSL 35.29º 0.12% 0.28% -
HSV(B) 35.29º 0.21% 0.31% -
XYZ 6.59 6.83 5.67 -
YUV 73.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 80 73 63 0 0.09 0.21 0.69 35.29 0.12 0.28
Hex 50 49 3F 0 9 15 45 23 C 1C
Octal 120 111 77 0 11 25 105 43 14 34
Binary 1010000 1001001 111111 0 1001 10101 1000101 100011 1100 11100

Color Harmonies of #50493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50493F

Black with #50493F

Text Example


Text Example

White with #50493F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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