Html Css Color HEX #50493C Metallic Bronze

📋 copy color: '#50493C'

red 80 ◦ green 73 ◦ blue 60

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

Shades of Metallic Bronze #50493C

Tints of Metallic Bronze #50493C

RGB

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

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

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

R = 37.56%
G = 34.27%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#50493C (or 0x50493C) is known color: Metallic Bronze. HEX triplet: 50, 49 and 3C. RGB value is (80,73,60). Sum of RGB (Red+Green+Blue) = 80+73+60=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 80 - color contains mainly: red. Hex color #50493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50493C is #AFB6C3. Grayscale: #494949. Windows color (decimal): -11515588 or 3950928. OLE color: 3950928.

HSL color Cylindrical-coordinate representation of color #50493C: hue angle of 39º 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 #50493C is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 73 60 -
CMYK 0 0.09 0.25 0.69
HSL 39º 0.14% 0.27% -
HSV(B) 39º 0.25% 0.31% -
XYZ 6.51 6.8 5.24 -
YUV 73.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 80 73 60 0 0.09 0.25 0.69 39 0.14 0.27
Hex 50 49 3C 0 9 19 45 27 E 1B
Octal 120 111 74 0 11 31 105 47 16 33
Binary 1010000 1001001 111100 0 1001 11001 1000101 100111 1110 11011

Color Harmonies of #50493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50493C

Black with #50493C

Text Example


Text Example

White with #50493C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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