#564D09

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

Shades of Bronze Olive #564D09

Tints of Bronze Olive #564D09

Color information

#564D09 (or 0x564D09) is unknown color: approx Bronze Olive. HEX triplet: 56, 4D and 09. RGB value is (86,77,9). Sum of RGB (Red+Green+Blue) = 86+77+9=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #564D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564D09 is #A9B2F6. Grayscale: #484848. Windows color (decimal): -11121399 or 609622. OLE color: 609622.

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

Color convert

RGB86779-
CMYK00.100.900.66
HSL52.99º81.05%18.63%-
HSV(B)52.99º89.53%33.73%-
XYZ6.547.311.32-
YUV71.9492.48138.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50%
GREEN value IS 77 (30.47% from 255) = 44.77%
BLUE value IS 9 (3.91% from 255) = 5.23%
R=50%
G=44.77%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8677900.100.900.6652.9981.0518.63
Hex564D90A5A42355113
Octal126115110121321026512123
Binary1010110100110110010101010110101000010110101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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