#514940

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

Shades of Metallic Bronze #514940

Tints of Metallic Bronze #514940

Color information

#514940 (or 0x514940) is unknown color: approx Metallic Bronze. HEX triplet: 51, 49 and 40. RGB value is (81,73,64). Sum of RGB (Red+Green+Blue) = 81+73+64=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 81 - color contains mainly: red. Hex color #514940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514940 is #AEB6BF. Grayscale: #4A4A4A. Windows color (decimal): -11450048 or 4213073. OLE color: 4213073.

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

Color convert

RGB817364-
CMYK00.100.210.68
HSL31.76º11.72%28.43%-
HSV(B)31.76º20.99%31.76%-
XYZ6.76.885.83-
YUV74.37122.15132.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 73 (28.91% from 255) = 33.49%
BLUE value IS 64 (25.39% from 255) = 29.36%
R=37.16%
G=33.49%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81736400.100.210.6831.7611.7228.43
Hex5149400A154420c1c
Octal12111110001225104401434
Binary10100011001001100000001010101011000100100000110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514940; }

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

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

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

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

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

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

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

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