#514639

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

Shades of Metallic Bronze #514639

Tints of Metallic Bronze #514639

Color information

#514639 (or 0x514639) is unknown color: approx Metallic Bronze. HEX triplet: 51, 46 and 39. RGB value is (81,70,57). Sum of RGB (Red+Green+Blue) = 81+70+57=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 81 - color contains mainly: red. Hex color #514639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514639 is #AEB9C6. Grayscale: #474747. Windows color (decimal): -11450823 or 3753553. OLE color: 3753553.

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

Color convert

RGB817057-
CMYK00.140.300.68
HSL32.5º17.39%27.06%-
HSV(B)32.5º29.63%31.76%-
XYZ6.326.434.78-
YUV71.81119.64134.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.94%
GREEN value IS 70 (27.73% from 255) = 33.65%
BLUE value IS 57 (22.66% from 255) = 27.40%
R=38.94%
G=33.65%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81705700.140.300.6832.517.3927.06
Hex5146390E1E4421111b
Octal1211067101636104412133
Binary10100011000110111001011101111010001001000011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514639; }

 p { color: rgb(81,70,57); }

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

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

 a { background-color: rgb(81,70,57); }

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

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

 span { border-color: rgb(81,70,57); }

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