#564702

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

Shades of Bronze Olive #564702

Tints of Bronze Olive #564702

Color information

#564702 (or 0x564702) is unknown color: approx Bronze Olive. HEX triplet: 56, 47 and 02. RGB value is (86,71,2). Sum of RGB (Red+Green+Blue) = 86+71+2=159 (21% of max value = 765). Red value is 86 (33.98% from 255 or 54.09% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 86 - color contains mainly: red. Hex color #564702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564702 is #A9B8FD. Grayscale: #434343. Windows color (decimal): -11122942 or 149334. OLE color: 149334.

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

Color convert

RGB86712-
CMYK00.170.980.66
HSL49.29º95.45%17.25%-
HSV(B)49.29º97.67%33.73%-
XYZ6.16.490.99-
YUV67.6290.97141.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.09%
GREEN value IS 71 (28.12% from 255) = 44.65%
BLUE value IS 2 (1.17% from 255) = 1.26%
R=54.09%
G=44.65%
B=1.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8671200.170.980.6649.2995.4517.25
Hex564720116242315f11
Octal12610720211421026113721
Binary101011010001111001000111000101000010110001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564702; }

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

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

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

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

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

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

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

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