#564705

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

Shades of Bronze Olive #564705

Tints of Bronze Olive #564705

Color information

#564705 (or 0x564705) is unknown color: approx Bronze Olive. HEX triplet: 56, 47 and 05. RGB value is (86,71,5). Sum of RGB (Red+Green+Blue) = 86+71+5=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #564705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564705 is #A9B8FA. Grayscale: #444444. Windows color (decimal): -11122939 or 345942. OLE color: 345942.

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

Color convert

RGB86715-
CMYK00.170.940.66
HSL48.89º89.01%17.84%-
HSV(B)48.89º94.19%33.73%-
XYZ6.126.51.07-
YUV67.9692.47140.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.09%
GREEN value IS 71 (28.12% from 255) = 43.83%
BLUE value IS 5 (2.34% from 255) = 3.09%
R=53.09%
G=43.83%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8671500.170.940.6648.8989.0117.84
Hex564750115E42315912
Octal12610750211361026113122
Binary1010110100011110101000110111101000010110001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564705; }

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

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

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

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

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

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

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

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