#514536

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

Shades of Metallic Bronze #514536

Tints of Metallic Bronze #514536

Color information

#514536 (or 0x514536) is unknown color: approx Metallic Bronze. HEX triplet: 51, 45 and 36. RGB value is (81,69,54). Sum of RGB (Red+Green+Blue) = 81+69+54=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 81 - color contains mainly: red. Hex color #514536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514536 is #AEBAC9. Grayscale: #464646. Windows color (decimal): -11451082 or 3556689. OLE color: 3556689.

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

Color convert

RGB816954-
CMYK00.150.330.68
HSL33.33º20%26.47%-
HSV(B)33.33º33.33%31.76%-
XYZ6.196.274.37-
YUV70.88118.48135.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.71%
GREEN value IS 69 (27.34% from 255) = 33.82%
BLUE value IS 54 (21.48% from 255) = 26.47%
R=39.71%
G=33.82%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81695400.150.330.6833.332026.47
Hex5145360F214421141a
Octal1211056601741104412432
Binary101000110001011101100111110000110001001000011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514536; }

 p { color: rgb(81,69,54); }

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

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

 a { background-color: rgb(81,69,54); }

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

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

 span { border-color: rgb(81,69,54); }

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