#564A3D

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

Shades of Metallic Bronze #564A3D

Tints of Metallic Bronze #564A3D

Color information

#564A3D (or 0x564A3D) is unknown color: approx Metallic Bronze. HEX triplet: 56, 4A and 3D. RGB value is (86,74,61). Sum of RGB (Red+Green+Blue) = 86+74+61=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 86 - color contains mainly: red. Hex color #564A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A3D is #A9B5C2. Grayscale: #4C4C4C. Windows color (decimal): -11122115 or 4016726. OLE color: 4016726.

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

Color convert

RGB867461-
CMYK00.140.290.66
HSL31.2º17.01%28.82%-
HSV(B)31.2º29.07%33.73%-
XYZ7.137.215.43-
YUV76.11119.48135.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.91%
GREEN value IS 74 (29.30% from 255) = 33.48%
BLUE value IS 61 (24.22% from 255) = 27.60%
R=38.91%
G=33.48%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86746100.140.290.6631.217.0128.82
Hex564A3D0E1D421f111d
Octal1261127501635102372135
Binary1010110100101011110101110111011000010111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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