#564700

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

Shades of Bronze Olive #564700

Tints of Bronze Olive #564700

Color information

#564700 (or 0x564700) is unknown color: approx Bronze Olive. HEX triplet: 56, 47 and 00. RGB value is (86,71,0). Sum of RGB (Red+Green+Blue) = 86+71+0=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #564700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564700 is #A9B8FF. Grayscale: #434343. Windows color (decimal): -11122944 or 18262. OLE color: 18262.

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

Color convert

RGB86710-
CMYK00.1710.66
HSL49.53º100%16.86%-
HSV(B)49.53º100%33.73%-
XYZ6.096.480.93-
YUV67.3989.97141.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.78%
GREEN value IS 71 (28.12% from 255) = 45.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.78%
G=45.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8671000.1710.6649.5310016.86
Hex564700116442326411
Octal12610700211441026214421
Binary10101101000111001000111001001000010110010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564700; }

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

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

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

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

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

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

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

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