#564734

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

Shades of Metallic Bronze #564734

Tints of Metallic Bronze #564734

Color information

#564734 (or 0x564734) is unknown color: approx Metallic Bronze. HEX triplet: 56, 47 and 34. RGB value is (86,71,52). Sum of RGB (Red+Green+Blue) = 86+71+52=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 86 - color contains mainly: red. Hex color #564734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564734 is #A9B8CB. Grayscale: #494949. Windows color (decimal): -11122892 or 3426134. OLE color: 3426134.

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

Color convert

RGB867152-
CMYK00.170.400.66
HSL33.53º24.64%27.06%-
HSV(B)33.53º39.53%33.73%-
XYZ6.716.734.19-
YUV73.32115.97137.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.15%
GREEN value IS 71 (28.12% from 255) = 33.97%
BLUE value IS 52 (20.70% from 255) = 24.88%
R=41.15%
G=33.97%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86715200.170.400.6633.5324.6427.06
Hex564734011284222191b
Octal1261076402150102423133
Binary1010110100011111010001000110100010000101000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564734; }

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

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

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

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

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

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

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

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