Html Css Color HEX #504940 Metallic Bronze

📋 copy color: '#504940'

red 80 ◦ green 73 ◦ blue 64

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

Shades of Metallic Bronze #504940

Tints of Metallic Bronze #504940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 29.49%

R = 36.87%
G = 33.64%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#504940 (or 0x504940) is known color: Metallic Bronze. HEX triplet: 50, 49 and 40. RGB value is (80,73,64). Sum of RGB (Red+Green+Blue) = 80+73+64=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 80 - color contains mainly: red. Hex color #504940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504940 is #AFB6BF. Grayscale: #4A4A4A. Windows color (decimal): -11515584 or 4213072. OLE color: 4213072.

HSL color Cylindrical-coordinate representation of color #504940: hue angle of 33.75º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #504940 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 73 64 -
CMYK 0 0.09 0.20 0.69
HSL 33.75º 0.11% 0.28% -
HSV(B) 33.75º 0.2% 0.31% -
XYZ 6.62 6.84 5.82 -
YUV 74.07 122.32 132.23 -
System Red Green Blue C M Y K H S L
Decimal 80 73 64 0 0.09 0.20 0.69 33.75 0.11 0.28
Hex 50 49 40 0 9 14 45 22 B 1C
Octal 120 111 100 0 11 24 105 42 13 34
Binary 1010000 1001001 1000000 0 1001 10100 1000101 100010 1011 11100

Color Harmonies of #504940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504940

Black with #504940

Text Example


Text Example

White with #504940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504940; }

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

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

background-color css

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

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

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

border-color css

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

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

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