#564711

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

Shades of Bronze Olive #564711

Tints of Bronze Olive #564711

Color information

#564711 (or 0x564711) is unknown color: approx Bronze Olive. HEX triplet: 56, 47 and 11. RGB value is (86,71,17). Sum of RGB (Red+Green+Blue) = 86+71+17=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #564711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564711 is #A9B8EE. Grayscale: #454545. Windows color (decimal): -11122927 or 1132374. OLE color: 1132374.

HSL color Cylindrical-coordinate representation of color #564711: hue angle of 46.96º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #564711 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB867117-
CMYK00.170.800.66
HSL46.96º66.99%20.2%-
HSV(B)46.96º80.23%33.73%-
XYZ6.196.531.46-
YUV69.3398.47139.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.43%
GREEN value IS 71 (28.12% from 255) = 40.80%
BLUE value IS 17 (7.03% from 255) = 9.77%
R=49.43%
G=40.80%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86711700.170.800.6646.9666.9920.2
Hex56471101150422f4314
Octal126107210211201025710324
Binary101011010001111000101000110100001000010101111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564711; }

 p { color: rgb(86,71,17); }

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

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

 a { background-color: rgb(86,71,17); }

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

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

 span { border-color: rgb(86,71,17); }

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