#51493A

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

Shades of Metallic Bronze #51493A

Tints of Metallic Bronze #51493A

Color information

#51493A (or 0x51493A) is unknown color: approx Metallic Bronze. HEX triplet: 51, 49 and 3A. RGB value is (81,73,58). Sum of RGB (Red+Green+Blue) = 81+73+58=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 81 - color contains mainly: red. Hex color #51493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51493A is #AEB6C5. Grayscale: #494949. Windows color (decimal): -11450054 or 3819857. OLE color: 3819857.

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

Color convert

RGB817358-
CMYK00.100.280.68
HSL39.13º16.55%27.25%-
HSV(B)39.13º28.4%31.76%-
XYZ6.546.824.97-
YUV73.68119.15133.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.21%
GREEN value IS 73 (28.91% from 255) = 34.43%
BLUE value IS 58 (23.05% from 255) = 27.36%
R=38.21%
G=34.43%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81735800.100.280.6839.1316.5527.25
Hex51493A0A1C4427111b
Octal1211117201234104472133
Binary10100011001001111010010101110010001001001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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