#564507

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

Shades of Bronze Olive #564507

Tints of Bronze Olive #564507

Color information

#564507 (or 0x564507) is unknown color: approx Bronze Olive. HEX triplet: 56, 45 and 07. RGB value is (86,69,7). Sum of RGB (Red+Green+Blue) = 86+69+7=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 7 (3.12% from 255 or 4.32% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #564507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564507 is #A9BAF8. Grayscale: #434343. Windows color (decimal): -11123449 or 476502. OLE color: 476502.

HSL color Cylindrical-coordinate representation of color #564507: hue angle of 47.09º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #564507 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.66.

Color convert

RGB86697-
CMYK00.200.920.66
HSL47.09º84.95%18.24%-
HSV(B)47.09º91.86%33.73%-
XYZ66.251.09-
YUV67.0294.13141.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.09%
GREEN value IS 69 (27.34% from 255) = 42.59%
BLUE value IS 7 (3.12% from 255) = 4.32%
R=53.09%
G=42.59%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8669700.200.920.6647.0984.9518.24
Hex564570145C422f5512
Octal12610570241341025712522
Binary1010110100010111101010010111001000010101111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564507; }

 p { color: rgb(86,69,7); }

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

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

 a { background-color: rgb(86,69,7); }

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

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

 span { border-color: rgb(86,69,7); }

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