#564735

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

Shades of Metallic Bronze #564735

Tints of Metallic Bronze #564735

Color information

#564735 (or 0x564735) is unknown color: approx Metallic Bronze. HEX triplet: 56, 47 and 35. RGB value is (86,71,53). Sum of RGB (Red+Green+Blue) = 86+71+53=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 86 - color contains mainly: red. Hex color #564735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564735 is #A9B8CA. Grayscale: #494949. Windows color (decimal): -11122891 or 3491670. OLE color: 3491670.

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

Color convert

RGB867153-
CMYK00.170.380.66
HSL32.73º23.74%27.25%-
HSV(B)32.73º38.37%33.73%-
XYZ6.736.744.31-
YUV73.43116.47136.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.95%
GREEN value IS 71 (28.12% from 255) = 33.81%
BLUE value IS 53 (21.09% from 255) = 25.24%
R=40.95%
G=33.81%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86715300.170.380.6632.7323.7427.25
Hex564735011264221181b
Octal1261076502146102413033
Binary1010110100011111010101000110011010000101000011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564735; }

 p { color: rgb(86,71,53); }

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

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

 a { background-color: rgb(86,71,53); }

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

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

 span { border-color: rgb(86,71,53); }

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