Html Css Color HEX #504637 Metallic Bronze

📋 copy color: '#504637'

red 80 ◦ green 70 ◦ blue 55

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

Shades of Metallic Bronze #504637

Tints of Metallic Bronze #504637

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.15%

 BLUE value IS 55 (21.88% from 255) = 26.83%

R = 39.02%
G = 34.15%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#504637 (or 0x504637) is known color: Metallic Bronze. HEX triplet: 50, 46 and 37. RGB value is (80,70,55). Sum of RGB (Red+Green+Blue) = 80+70+55=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 80 - color contains mainly: red. Hex color #504637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504637 is #AFB9C8. Grayscale: #474747. Windows color (decimal): -11516361 or 3622480. OLE color: 3622480.

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

Color convert

RGB 80 70 55 -
CMYK 0 0.12 0.31 0.69
HSL 36º 0.19% 0.26% -
HSV(B) 36º 0.31% 0.31% -
XYZ 6.19 6.36 4.52 -
YUV 71.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 80 70 55 0 0.12 0.31 0.69 36 0.19 0.26
Hex 50 46 37 0 C 1F 45 24 13 1A
Octal 120 106 67 0 14 37 105 44 23 32
Binary 1010000 1000110 110111 0 1100 11111 1000101 100100 10011 11010

Color Harmonies of #504637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504637

Black with #504637

Text Example


Text Example

White with #504637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504637; }

 p { color: rgb(80,70,55); }

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

background-color css

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

 a { background-color: rgb(80,70,55); }

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

border-color css

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

 span { border-color: rgb(80,70,55); }

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