#504738

Color #504738 Metallic Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Bronze #504738

Tints of Metallic Bronze #504738

Color information

#504738 (or 0x504738) is unknown color: approx Metallic Bronze. HEX triplet: 50, 47 and 38. RGB value is (80,71,56). Sum of RGB (Red+Green+Blue) = 80+71+56=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 80 - color contains mainly: red. Hex color #504738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504738 is #AFB8C7. Grayscale: #484848. Windows color (decimal): -11516104 or 3688272. OLE color: 3688272.

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

Color convert

RGB807156-
CMYK00.110.300.69
HSL37.5º17.65%26.67%-
HSV(B)37.5º30%31.37%-
XYZ6.286.54.66-
YUV71.98118.98133.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.65%
GREEN value IS 71 (28.12% from 255) = 34.30%
BLUE value IS 56 (22.27% from 255) = 27.05%
R=38.65%
G=34.30%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80715600.110.300.6937.517.6526.67
Hex5047380B1E4526121b
Octal1201077001336105462233
Binary10100001000111111000010111111010001011001101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504738; }

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

 H1.HeaderClassName
 {
   color: #504738;
 }
 .AnyTagClassName
 {
   color: #504738;
 }
</style>
background-color css

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

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

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

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

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

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