#564D10

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

Shades of Bronze Olive #564D10

Tints of Bronze Olive #564D10

Color information

#564D10 (or 0x564D10) is unknown color: approx Bronze Olive. HEX triplet: 56, 4D and 10. RGB value is (86,77,16). Sum of RGB (Red+Green+Blue) = 86+77+16=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #564D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564D10 is #A9B2EF. Grayscale: #484848. Windows color (decimal): -11121392 or 1068374. OLE color: 1068374.

HSL color Cylindrical-coordinate representation of color #564D10: hue angle of 52.29º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #564D10 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.66.

Color convert

RGB867716-
CMYK00.100.810.66
HSL52.29º68.63%20%-
HSV(B)52.29º81.4%33.73%-
XYZ6.597.321.56-
YUV72.7495.98137.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.04%
GREEN value IS 77 (30.47% from 255) = 43.02%
BLUE value IS 16 (6.64% from 255) = 8.94%
R=48.04%
G=43.02%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86771600.100.810.6652.2968.6320
Hex564D100A5142344514
Octal126115200121211026410524
Binary10101101001101100000101010100011000010110100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,77,16); }

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

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

 a { background-color: rgb(86,77,16); }

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

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

 span { border-color: rgb(86,77,16); }

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