#51473A

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

Shades of Metallic Bronze #51473A

Tints of Metallic Bronze #51473A

Color information

#51473A (or 0x51473A) is unknown color: approx Metallic Bronze. HEX triplet: 51, 47 and 3A. RGB value is (81,71,58). Sum of RGB (Red+Green+Blue) = 81+71+58=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 81 - color contains mainly: red. Hex color #51473A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51473A is #AEB8C5. Grayscale: #484848. Windows color (decimal): -11450566 or 3819345. OLE color: 3819345.

HSL color Cylindrical-coordinate representation of color #51473A: hue angle of 33.91º 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 #51473A is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB817158-
CMYK00.120.280.68
HSL33.91º16.55%27.25%-
HSV(B)33.91º28.4%31.76%-
XYZ6.416.564.93-
YUV72.51119.81134.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.57%
GREEN value IS 71 (28.12% from 255) = 33.81%
BLUE value IS 58 (23.05% from 255) = 27.62%
R=38.57%
G=33.81%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81715800.120.280.6833.9116.5527.25
Hex51473A0C1C4422111b
Octal1211077201434104422133
Binary10100011000111111010011001110010001001000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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