#564A3E

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

Shades of Metallic Bronze #564A3E

Tints of Metallic Bronze #564A3E

Color information

#564A3E (or 0x564A3E) is unknown color: approx Metallic Bronze. HEX triplet: 56, 4A and 3E. RGB value is (86,74,62). Sum of RGB (Red+Green+Blue) = 86+74+62=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 86 - color contains mainly: red. Hex color #564A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A3E is #A9B5C1. Grayscale: #4C4C4C. Windows color (decimal): -11122114 or 4082262. OLE color: 4082262.

HSL color Cylindrical-coordinate representation of color #564A3E: hue angle of 30º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #564A3E is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB867462-
CMYK00.140.280.66
HSL30º16.22%29.02%-
HSV(B)30º27.91%33.73%-
XYZ7.167.225.57-
YUV76.22119.98134.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.74%
GREEN value IS 74 (29.30% from 255) = 33.33%
BLUE value IS 62 (24.61% from 255) = 27.93%
R=38.74%
G=33.33%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86746200.140.280.663016.2229.02
Hex564A3E0E1C421e101d
Octal1261127601634102362035
Binary1010110100101011111001110111001000010111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564A3E; }

 p { color: rgb(86,74,62); }

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

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

 a { background-color: rgb(86,74,62); }

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

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

 span { border-color: rgb(86,74,62); }

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