#564714

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

Shades of Bronze Olive #564714

Tints of Bronze Olive #564714

Color information

#564714 (or 0x564714) is unknown color: approx Bronze Olive. HEX triplet: 56, 47 and 14. RGB value is (86,71,20). Sum of RGB (Red+Green+Blue) = 86+71+20=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #564714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564714 is #A9B8EB. Grayscale: #454545. Windows color (decimal): -11122924 or 1328982. OLE color: 1328982.

HSL color Cylindrical-coordinate representation of color #564714: hue angle of 46.36º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #564714 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB867120-
CMYK00.170.770.66
HSL46.36º62.26%20.78%-
HSV(B)46.36º76.74%33.73%-
XYZ6.226.541.6-
YUV69.6799.97139.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.59%
GREEN value IS 71 (28.12% from 255) = 40.11%
BLUE value IS 20 (8.20% from 255) = 11.30%
R=48.59%
G=40.11%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86712000.170.770.6646.3662.2620.78
Hex5647140114D422e3e15
Octal12610724021115102567625
Binary10101101000111101000100011001101100001010111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564714; }

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

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

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

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

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

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

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

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