#564914

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

Shades of Bronze Olive #564914

Tints of Bronze Olive #564914

Color information

#564914 (or 0x564914) is unknown color: approx Bronze Olive. HEX triplet: 56, 49 and 14. RGB value is (86,73,20). Sum of RGB (Red+Green+Blue) = 86+73+20=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #564914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564914 is #A9B6EB. Grayscale: #474747. Windows color (decimal): -11122412 or 1329494. OLE color: 1329494.

HSL color Cylindrical-coordinate representation of color #564914: hue angle of 48.18º 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 #564914 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB867320-
CMYK00.150.770.66
HSL48.18º62.26%20.78%-
HSV(B)48.18º76.74%33.73%-
XYZ6.356.791.64-
YUV70.8499.31138.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.04%
GREEN value IS 73 (28.91% from 255) = 40.78%
BLUE value IS 20 (8.20% from 255) = 11.17%
R=48.04%
G=40.78%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86732000.150.770.6648.1862.2620.78
Hex5649140F4D42303e15
Octal12611124017115102607625
Binary1010110100100110100011111001101100001011000011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564914; }

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

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

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

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

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

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

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

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