#564C20

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

Shades of Bronze Olive #564C20

Tints of Bronze Olive #564C20

Color information

#564C20 (or 0x564C20) is unknown color: approx Bronze Olive. HEX triplet: 56, 4C and 20. RGB value is (86,76,32). Sum of RGB (Red+Green+Blue) = 86+76+32=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 86 - color contains mainly: red. Hex color #564C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C20 is #A9B3DF. Grayscale: #4A4A4A. Windows color (decimal): -11121632 or 2116694. OLE color: 2116694.

HSL color Cylindrical-coordinate representation of color #564C20: hue angle of 48.89º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #564C20 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB867632-
CMYK00.120.630.66
HSL48.89º45.76%23.14%-
HSV(B)48.89º62.79%33.73%-
XYZ6.687.252.41-
YUV73.97104.31136.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.33%
GREEN value IS 76 (30.08% from 255) = 39.18%
BLUE value IS 32 (12.89% from 255) = 16.49%
R=44.33%
G=39.18%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86763200.120.630.6648.8945.7623.14
Hex564C200C3F42312e17
Octal1261144001477102615627
Binary1010110100110010000001100111111100001011000110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,76,32); }

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

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

 a { background-color: rgb(86,76,32); }

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

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

 span { border-color: rgb(86,76,32); }

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