#514635

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

Shades of Metallic Bronze #514635

Tints of Metallic Bronze #514635

Color information

#514635 (or 0x514635) is unknown color: approx Metallic Bronze. HEX triplet: 51, 46 and 35. RGB value is (81,70,53). Sum of RGB (Red+Green+Blue) = 81+70+53=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 81 - color contains mainly: red. Hex color #514635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514635 is #AEB9CA. Grayscale: #474747. Windows color (decimal): -11450827 or 3491409. OLE color: 3491409.

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

Color convert

RGB817053-
CMYK00.140.350.68
HSL36.43º20.9%26.27%-
HSV(B)36.43º34.57%31.76%-
XYZ6.236.394.27-
YUV71.35117.64134.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.71%
GREEN value IS 70 (27.73% from 255) = 34.31%
BLUE value IS 53 (21.09% from 255) = 25.98%
R=39.71%
G=34.31%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81705300.140.350.6836.4320.926.27
Hex5146350E234424151a
Octal1211066501643104442532
Binary101000110001101101010111010001110001001001001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514635; }

 p { color: rgb(81,70,53); }

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

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

 a { background-color: rgb(81,70,53); }

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

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

 span { border-color: rgb(81,70,53); }

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