#564A38

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

Shades of Metallic Bronze #564A38

Tints of Metallic Bronze #564A38

Color information

#564A38 (or 0x564A38) is unknown color: approx Metallic Bronze. HEX triplet: 56, 4A and 38. RGB value is (86,74,56). Sum of RGB (Red+Green+Blue) = 86+74+56=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 86 - color contains mainly: red. Hex color #564A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A38 is #A9B5C7. Grayscale: #4B4B4B. Windows color (decimal): -11122120 or 3689046. OLE color: 3689046.

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

Color convert

RGB867456-
CMYK00.140.350.66
HSL36º21.13%27.84%-
HSV(B)36º34.88%33.73%-
XYZ77.164.75-
YUV75.54116.98135.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.81%
GREEN value IS 74 (29.30% from 255) = 34.26%
BLUE value IS 56 (22.27% from 255) = 25.93%
R=39.81%
G=34.26%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86745600.140.350.663621.1327.84
Hex564A380E234224151c
Octal1261127001643102442534
Binary101011010010101110000111010001110000101001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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