Html Css Color HEX #504739 Metallic Bronze

📋 copy color: '#504739'

red 80 ◦ green 71 ◦ blue 57

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

Shades of Metallic Bronze #504739

Tints of Metallic Bronze #504739

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.13%

 BLUE value IS 57 (22.66% from 255) = 27.4%

R = 38.46%
G = 34.13%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#504739 (or 0x504739) is known color: Metallic Bronze. HEX triplet: 50, 47 and 39. RGB value is (80,71,57). Sum of RGB (Red+Green+Blue) = 80+71+57=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 80 - color contains mainly: red. Hex color #504739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504739 is #AFB8C6. Grayscale: #484848. Windows color (decimal): -11516103 or 3753808. OLE color: 3753808.

HSL color Cylindrical-coordinate representation of color #504739: hue angle of 36.52º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #504739 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 71 57 -
CMYK 0 0.11 0.29 0.69
HSL 36.52º 0.17% 0.27% -
HSV(B) 36.52º 0.29% 0.31% -
XYZ 6.3 6.51 4.79 -
YUV 72.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 80 71 57 0 0.11 0.29 0.69 36.52 0.17 0.27
Hex 50 47 39 0 B 1D 45 25 11 1B
Octal 120 107 71 0 13 35 105 45 21 33
Binary 1010000 1000111 111001 0 1011 11101 1000101 100101 10001 11011

Color Harmonies of #504739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504739

Black with #504739

Text Example


Text Example

White with #504739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504739; }

 p { color: rgb(80,71,57); }

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

background-color css

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

 a { background-color: rgb(80,71,57); }

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

border-color css

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

 span { border-color: rgb(80,71,57); }

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