#51493D

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

Shades of Metallic Bronze #51493D

Tints of Metallic Bronze #51493D

Color information

#51493D (or 0x51493D) is unknown color: approx Metallic Bronze. HEX triplet: 51, 49 and 3D. RGB value is (81,73,61). Sum of RGB (Red+Green+Blue) = 81+73+61=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 81 - color contains mainly: red. Hex color #51493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51493D is #AEB6C2. Grayscale: #4A4A4A. Windows color (decimal): -11450051 or 4016465. OLE color: 4016465.

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

Color convert

RGB817361-
CMYK00.100.250.68
HSL36º14.08%27.84%-
HSV(B)36º24.69%31.76%-
XYZ6.626.855.39-
YUV74.02120.65132.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.67%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 61 (24.22% from 255) = 28.37%
R=37.67%
G=33.95%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81736100.100.250.683614.0827.84
Hex51493D0A194424e1c
Octal1211117501231104441634
Binary1010001100100111110101010110011000100100100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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