#564A36

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

Shades of Metallic Bronze #564A36

Tints of Metallic Bronze #564A36

Color information

#564A36 (or 0x564A36) is unknown color: approx Metallic Bronze. HEX triplet: 56, 4A and 36. RGB value is (86,74,54). Sum of RGB (Red+Green+Blue) = 86+74+54=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 86 - color contains mainly: red. Hex color #564A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A36 is #A9B5C9. Grayscale: #4B4B4B. Windows color (decimal): -11122122 or 3557974. OLE color: 3557974.

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

Color convert

RGB867454-
CMYK00.140.370.66
HSL37.5º22.86%27.45%-
HSV(B)37.5º37.21%33.73%-
XYZ6.957.144.5-
YUV75.31115.98135.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.19%
GREEN value IS 74 (29.30% from 255) = 34.58%
BLUE value IS 54 (21.48% from 255) = 25.23%
R=40.19%
G=34.58%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86745400.140.370.6637.522.8627.45
Hex564A360E254226171b
Octal1261126601645102462733
Binary101011010010101101100111010010110000101001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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