Html Css Color HEX #50473C Metallic Bronze

📋 copy color: '#50473C'

red 80 ◦ green 71 ◦ blue 60

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

Shades of Metallic Bronze #50473C

Tints of Metallic Bronze #50473C

RGB

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

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

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

R = 37.91%
G = 33.65%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#50473C (or 0x50473C) is known color: Metallic Bronze. HEX triplet: 50, 47 and 3C. RGB value is (80,71,60). Sum of RGB (Red+Green+Blue) = 80+71+60=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 80 - color contains mainly: red. Hex color #50473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50473C is #AFB8C3. Grayscale: #484848. Windows color (decimal): -11516100 or 3950416. OLE color: 3950416.

HSL color Cylindrical-coordinate representation of color #50473C: hue angle of 33º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #50473C is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 71 60 -
CMYK 0 0.11 0.25 0.69
HSL 33º 0.14% 0.27% -
HSV(B) 33º 0.25% 0.31% -
XYZ 6.38 6.54 5.2 -
YUV 72.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 80 71 60 0 0.11 0.25 0.69 33 0.14 0.27
Hex 50 47 3C 0 B 19 45 21 E 1B
Octal 120 107 74 0 13 31 105 41 16 33
Binary 1010000 1000111 111100 0 1011 11001 1000101 100001 1110 11011

Color Harmonies of #50473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50473C

Black with #50473C

Text Example


Text Example

White with #50473C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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