#564807

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

Shades of Bronze Olive #564807

Tints of Bronze Olive #564807

Color information

#564807 (or 0x564807) is unknown color: approx Bronze Olive. HEX triplet: 56, 48 and 07. RGB value is (86,72,7). Sum of RGB (Red+Green+Blue) = 86+72+7=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 7 (3.12% from 255 or 4.24% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #564807 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564807 is #A9B7F8. Grayscale: #454545. Windows color (decimal): -11122681 or 477270. OLE color: 477270.

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

Color convert

RGB86727-
CMYK00.160.920.66
HSL49.37º84.95%18.24%-
HSV(B)49.37º91.86%33.73%-
XYZ6.196.631.15-
YUV68.7893.14140.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.12%
GREEN value IS 72 (28.52% from 255) = 43.64%
BLUE value IS 7 (3.12% from 255) = 4.24%
R=52.12%
G=43.64%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8672700.160.920.6649.3784.9518.24
Hex564870105C42315512
Octal12611070201341026112522
Binary1010110100100011101000010111001000010110001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564807; }

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

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

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

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

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

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

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

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