Html Css Color HEX #50493B Metallic Bronze

📋 copy color: '#50493B'

red 80 ◦ green 73 ◦ blue 59

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

Shades of Metallic Bronze #50493B

Tints of Metallic Bronze #50493B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 27.83%

R = 37.74%
G = 34.43%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#50493B (or 0x50493B) is known color: Metallic Bronze. HEX triplet: 50, 49 and 3B. RGB value is (80,73,59). Sum of RGB (Red+Green+Blue) = 80+73+59=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 80 - color contains mainly: red. Hex color #50493B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50493B is #AFB6C4. Grayscale: #494949. Windows color (decimal): -11515589 or 3885392. OLE color: 3885392.

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

Color convert

RGB 80 73 59 -
CMYK 0 0.09 0.26 0.69
HSL 40º 0.15% 0.27% -
HSV(B) 40º 0.26% 0.31% -
XYZ 6.48 6.79 5.11 -
YUV 73.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 80 73 59 0 0.09 0.26 0.69 40 0.15 0.27
Hex 50 49 3B 0 9 1A 45 28 F 1B
Octal 120 111 73 0 11 32 105 50 17 33
Binary 1010000 1001001 111011 0 1001 11010 1000101 101000 1111 11011

Color Harmonies of #50493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50493B

Black with #50493B

Text Example


Text Example

White with #50493B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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