#564A3A

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

Shades of Metallic Bronze #564A3A

Tints of Metallic Bronze #564A3A

Color information

#564A3A (or 0x564A3A) is unknown color: approx Metallic Bronze. HEX triplet: 56, 4A and 3A. RGB value is (86,74,58). Sum of RGB (Red+Green+Blue) = 86+74+58=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 86 - color contains mainly: red. Hex color #564A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A3A is #A9B5C5. Grayscale: #4B4B4B. Windows color (decimal): -11122118 or 3820118. OLE color: 3820118.

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

Color convert

RGB867458-
CMYK00.140.330.66
HSL34.29º19.44%28.24%-
HSV(B)34.29º32.56%33.73%-
XYZ7.057.185.02-
YUV75.76117.98135.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.45%
GREEN value IS 74 (29.30% from 255) = 33.94%
BLUE value IS 58 (23.05% from 255) = 26.61%
R=39.45%
G=33.94%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86745800.140.330.6634.2919.4428.24
Hex564A3A0E214222131c
Octal1261127201641102422334
Binary101011010010101110100111010000110000101000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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