#564704

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

Shades of Bronze Olive #564704

Tints of Bronze Olive #564704

Color information

#564704 (or 0x564704) is unknown color: approx Bronze Olive. HEX triplet: 56, 47 and 04. RGB value is (86,71,4). Sum of RGB (Red+Green+Blue) = 86+71+4=161 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.42% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 86 - color contains mainly: red. Hex color #564704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564704 is #A9B8FB. Grayscale: #444444. Windows color (decimal): -11122940 or 280406. OLE color: 280406.

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

Color convert

RGB86714-
CMYK00.170.950.66
HSL49.02º91.11%17.65%-
HSV(B)49.02º95.35%33.73%-
XYZ6.116.491.05-
YUV67.8591.97140.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.42%
GREEN value IS 71 (28.12% from 255) = 44.10%
BLUE value IS 4 (1.95% from 255) = 2.48%
R=53.42%
G=44.10%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8671400.170.950.6649.0291.1117.65
Hex564740115F42315b12
Octal12610740211371026113322
Binary1010110100011110001000110111111000010110001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564704; }

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

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

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

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

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

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

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

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