#564A20

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

Shades of Bronze Olive #564A20

Tints of Bronze Olive #564A20

Color information

#564A20 (or 0x564A20) is unknown color: approx Bronze Olive. HEX triplet: 56, 4A and 20. RGB value is (86,74,32). Sum of RGB (Red+Green+Blue) = 86+74+32=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #564A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A20 is #A9B5DF. Grayscale: #484848. Windows color (decimal): -11122144 or 2116182. OLE color: 2116182.

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

Color convert

RGB867432-
CMYK00.140.630.66
HSL46.67º45.76%23.14%-
HSV(B)46.67º62.79%33.73%-
XYZ6.556.982.37-
YUV72.8104.98137.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.79%
GREEN value IS 74 (29.30% from 255) = 38.54%
BLUE value IS 32 (12.89% from 255) = 16.67%
R=44.79%
G=38.54%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86743200.140.630.6646.6745.7623.14
Hex564A200E3F422f2e17
Octal1261124001677102575627
Binary1010110100101010000001110111111100001010111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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