#564717

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

Shades of Bronze Olive #564717

Tints of Bronze Olive #564717

Color information

#564717 (or 0x564717) is unknown color: approx Bronze Olive. HEX triplet: 56, 47 and 17. RGB value is (86,71,23). Sum of RGB (Red+Green+Blue) = 86+71+23=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 86 - color contains mainly: red. Hex color #564717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564717 is #A9B8E8. Grayscale: #464646. Windows color (decimal): -11122921 or 1525590. OLE color: 1525590.

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

Color convert

RGB867123-
CMYK00.170.730.66
HSL45.71º57.8%21.37%-
HSV(B)45.71º73.26%33.73%-
XYZ6.256.551.75-
YUV70.01101.47139.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.78%
GREEN value IS 71 (28.12% from 255) = 39.44%
BLUE value IS 23 (9.38% from 255) = 12.78%
R=47.78%
G=39.44%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86712300.170.730.6645.7157.821.37
Hex56471701149422e3a15
Octal12610727021111102567225
Binary10101101000111101110100011001001100001010111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564717; }

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

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

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

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

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

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

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

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