Html Css Color HEX #50483E Metallic Bronze

📋 copy color: '#50483E'

red 80 ◦ green 72 ◦ blue 62

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

Shades of Metallic Bronze #50483E

Tints of Metallic Bronze #50483E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.64%

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

R = 37.38%
G = 33.64%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#50483E (or 0x50483E) is known color: Metallic Bronze. HEX triplet: 50, 48 and 3E. RGB value is (80,72,62). Sum of RGB (Red+Green+Blue) = 80+72+62=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 80 - color contains mainly: red. Hex color #50483E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50483E is #AFB7C1. Grayscale: #494949. Windows color (decimal): -11515842 or 4081744. OLE color: 4081744.

HSL color Cylindrical-coordinate representation of color #50483E: hue angle of 33.33º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #50483E is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 72 62 -
CMYK 0 0.10 0.22 0.69
HSL 33.33º 0.13% 0.28% -
HSV(B) 33.33º 0.23% 0.31% -
XYZ 6.5 6.69 5.51 -
YUV 73.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 80 72 62 0 0.10 0.22 0.69 33.33 0.13 0.28
Hex 50 48 3E 0 A 16 45 21 D 1C
Octal 120 110 76 0 12 26 105 41 15 34
Binary 1010000 1001000 111110 0 1010 10110 1000101 100001 1101 11100

Color Harmonies of #50483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50483E

Black with #50483E

Text Example


Text Example

White with #50483E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,72,62); }

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

background-color css

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

 a { background-color: rgb(80,72,62); }

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

border-color css

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

 span { border-color: rgb(80,72,62); }

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