#564C05

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

Shades of Bronze Olive #564C05

Tints of Bronze Olive #564C05

Color information

#564C05 (or 0x564C05) is unknown color: approx Bronze Olive. HEX triplet: 56, 4C and 05. RGB value is (86,76,5). Sum of RGB (Red+Green+Blue) = 86+76+5=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #564C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564C05 is #A9B3FA. Grayscale: #474747. Windows color (decimal): -11121659 or 347222. OLE color: 347222.

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

Color convert

RGB86765-
CMYK00.120.940.66
HSL52.59º89.01%17.84%-
HSV(B)52.59º94.19%33.73%-
XYZ6.457.161.19-
YUV70.990.81138.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.50%
GREEN value IS 76 (30.08% from 255) = 45.51%
BLUE value IS 5 (2.34% from 255) = 2.99%
R=51.50%
G=45.51%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8676500.120.940.6652.5989.0117.84
Hex564C50C5E42355912
Octal12611450141361026513122
Binary101011010011001010110010111101000010110101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564C05; }

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

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

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

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

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

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

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

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