#564A37

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

Shades of Metallic Bronze #564A37

Tints of Metallic Bronze #564A37

Color information

#564A37 (or 0x564A37) is unknown color: approx Metallic Bronze. HEX triplet: 56, 4A and 37. RGB value is (86,74,55). Sum of RGB (Red+Green+Blue) = 86+74+55=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 86 - color contains mainly: red. Hex color #564A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A37 is #A9B5C8. Grayscale: #4B4B4B. Windows color (decimal): -11122121 or 3623510. OLE color: 3623510.

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

Color convert

RGB867455-
CMYK00.140.360.66
HSL36.77º21.99%27.65%-
HSV(B)36.77º36.05%33.73%-
XYZ6.987.154.63-
YUV75.42116.48135.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40%
GREEN value IS 74 (29.30% from 255) = 34.42%
BLUE value IS 55 (21.88% from 255) = 25.58%
R=40%
G=34.42%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86745500.140.360.6636.7721.9927.65
Hex564A370E244225161c
Octal1261126701644102452634
Binary101011010010101101110111010010010000101001011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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