#51493C

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

Shades of Metallic Bronze #51493C

Tints of Metallic Bronze #51493C

Color information

#51493C (or 0x51493C) is unknown color: approx Metallic Bronze. HEX triplet: 51, 49 and 3C. RGB value is (81,73,60). Sum of RGB (Red+Green+Blue) = 81+73+60=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 81 - color contains mainly: red. Hex color #51493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51493C is #AEB6C3. Grayscale: #494949. Windows color (decimal): -11450052 or 3950929. OLE color: 3950929.

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

Color convert

RGB817360-
CMYK00.100.260.68
HSL37.14º14.89%27.65%-
HSV(B)37.14º25.93%31.76%-
XYZ6.596.845.25-
YUV73.91120.15133.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.85%
GREEN value IS 73 (28.91% from 255) = 34.11%
BLUE value IS 60 (23.83% from 255) = 28.04%
R=37.85%
G=34.11%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81736000.100.260.6837.1414.8927.65
Hex51493C0A1A4425f1c
Octal1211117401232104451734
Binary1010001100100111110001010110101000100100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51493C; }

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

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

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

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

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

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

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

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