#564205

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

Shades of Bronze Olive #564205

Tints of Bronze Olive #564205

Color information

#564205 (or 0x564205) is unknown color: approx Bronze Olive. HEX triplet: 56, 42 and 05. RGB value is (86,66,5). Sum of RGB (Red+Green+Blue) = 86+66+5=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #564205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564205 is #A9BDFA. Grayscale: #414141. Windows color (decimal): -11124219 or 344662. OLE color: 344662.

HSL color Cylindrical-coordinate representation of color #564205: hue angle of 45.19º 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 #564205 is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB86665-
CMYK00.230.940.66
HSL45.19º89.01%17.84%-
HSV(B)45.19º94.19%33.73%-
XYZ5.815.890.97-
YUV65.0394.13142.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.78%
GREEN value IS 66 (26.17% from 255) = 42.04%
BLUE value IS 5 (2.34% from 255) = 3.18%
R=54.78%
G=42.04%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8666500.230.940.6645.1989.0117.84
Hex564250175E422d5912
Octal12610250271361025513122
Binary1010110100001010101011110111101000010101101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564205; }

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

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

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

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

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

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

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

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