#564B3A

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

Shades of Metallic Bronze #564B3A

Tints of Metallic Bronze #564B3A

Color information

#564B3A (or 0x564B3A) is unknown color: approx Metallic Bronze. HEX triplet: 56, 4B and 3A. RGB value is (86,75,58). Sum of RGB (Red+Green+Blue) = 86+75+58=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 86 - color contains mainly: red. Hex color #564B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B3A is #A9B4C5. Grayscale: #4C4C4C. Windows color (decimal): -11121862 or 3820374. OLE color: 3820374.

HSL color Cylindrical-coordinate representation of color #564B3A: hue angle of 36.43º 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 #564B3A is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB867558-
CMYK00.130.330.66
HSL36.43º19.44%28.24%-
HSV(B)36.43º32.56%33.73%-
XYZ7.127.325.04-
YUV76.35117.64134.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.27%
GREEN value IS 75 (29.69% from 255) = 34.25%
BLUE value IS 58 (23.05% from 255) = 26.48%
R=39.27%
G=34.25%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86755800.130.330.6636.4319.4428.24
Hex564B3A0D214224131c
Octal1261137201541102442334
Binary101011010010111110100110110000110000101001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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