#564B38

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

Shades of Metallic Bronze #564B38

Tints of Metallic Bronze #564B38

Color information

#564B38 (or 0x564B38) is unknown color: approx Metallic Bronze. HEX triplet: 56, 4B and 38. RGB value is (86,75,56). Sum of RGB (Red+Green+Blue) = 86+75+56=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 86 - color contains mainly: red. Hex color #564B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B38 is #A9B4C7. Grayscale: #4C4C4C. Windows color (decimal): -11121864 or 3689302. OLE color: 3689302.

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

Color convert

RGB867556-
CMYK00.130.350.66
HSL38º21.13%27.84%-
HSV(B)38º34.88%33.73%-
XYZ7.077.34.78-
YUV76.12116.64135.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.63%
GREEN value IS 75 (29.69% from 255) = 34.56%
BLUE value IS 56 (22.27% from 255) = 25.81%
R=39.63%
G=34.56%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86755600.130.350.663821.1327.84
Hex564B380D234226151c
Octal1261137001543102462534
Binary101011010010111110000110110001110000101001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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