#514737

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

Shades of Metallic Bronze #514737

Tints of Metallic Bronze #514737

Color information

#514737 (or 0x514737) is unknown color: approx Metallic Bronze. HEX triplet: 51, 47 and 37. RGB value is (81,71,55). Sum of RGB (Red+Green+Blue) = 81+71+55=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 81 - color contains mainly: red. Hex color #514737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514737 is #AEB8C8. Grayscale: #484848. Windows color (decimal): -11450569 or 3622737. OLE color: 3622737.

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

Color convert

RGB817155-
CMYK00.120.320.68
HSL36.92º19.12%26.67%-
HSV(B)36.92º32.1%31.76%-
XYZ6.346.534.54-
YUV72.17118.31134.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.13%
GREEN value IS 71 (28.12% from 255) = 34.30%
BLUE value IS 55 (21.88% from 255) = 26.57%
R=39.13%
G=34.30%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81715500.120.320.6836.9219.1226.67
Hex5147370C204425131b
Octal1211076701440104452333
Binary101000110001111101110110010000010001001001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514737; }

 p { color: rgb(81,71,55); }

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

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

 a { background-color: rgb(81,71,55); }

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

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

 span { border-color: rgb(81,71,55); }

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