Html Css Color HEX #50483D Metallic Bronze

📋 copy color: '#50483D'

red 80 ◦ green 72 ◦ blue 61

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

Shades of Metallic Bronze #50483D

Tints of Metallic Bronze #50483D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 28.64%

R = 37.56%
G = 33.8%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#50483D (or 0x50483D) is known color: Metallic Bronze. HEX triplet: 50, 48 and 3D. RGB value is (80,72,61). Sum of RGB (Red+Green+Blue) = 80+72+61=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 80 - color contains mainly: red. Hex color #50483D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50483D is #AFB7C2. Grayscale: #494949. Windows color (decimal): -11515843 or 4016208. OLE color: 4016208.

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

Color convert

RGB 80 72 61 -
CMYK 0 0.10 0.24 0.69
HSL 34.74º 0.13% 0.28% -
HSV(B) 34.74º 0.24% 0.31% -
XYZ 6.47 6.68 5.36 -
YUV 73.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 80 72 61 0 0.10 0.24 0.69 34.74 0.13 0.28
Hex 50 48 3D 0 A 18 45 23 D 1C
Octal 120 110 75 0 12 30 105 43 15 34
Binary 1010000 1001000 111101 0 1010 11000 1000101 100011 1101 11100

Color Harmonies of #50483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50483D

Black with #50483D

Text Example


Text Example

White with #50483D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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