#564712

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

Shades of Bronze Olive #564712

Tints of Bronze Olive #564712

Color information

#564712 (or 0x564712) is unknown color: approx Bronze Olive. HEX triplet: 56, 47 and 12. RGB value is (86,71,18). Sum of RGB (Red+Green+Blue) = 86+71+18=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #564712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564712 is #A9B8ED. Grayscale: #454545. Windows color (decimal): -11122926 or 1197910. OLE color: 1197910.

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

Color convert

RGB867118-
CMYK00.170.790.66
HSL46.76º65.38%20.39%-
HSV(B)46.76º79.07%33.73%-
XYZ6.26.531.51-
YUV69.4498.97139.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.14%
GREEN value IS 71 (28.12% from 255) = 40.57%
BLUE value IS 18 (7.42% from 255) = 10.29%
R=49.14%
G=40.57%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86711800.170.790.6646.7665.3820.39
Hex5647120114F422f4114
Octal126107220211171025710124
Binary101011010001111001001000110011111000010101111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564712; }

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

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

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

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

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

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

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

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