#564715

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

Shades of Bronze Olive #564715

Tints of Bronze Olive #564715

Color information

#564715 (or 0x564715) is unknown color: approx Bronze Olive. HEX triplet: 56, 47 and 15. RGB value is (86,71,21). Sum of RGB (Red+Green+Blue) = 86+71+21=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 86 - color contains mainly: red. Hex color #564715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564715 is #A9B8EA. Grayscale: #464646. Windows color (decimal): -11122923 or 1394518. OLE color: 1394518.

HSL color Cylindrical-coordinate representation of color #564715: hue angle of 46.15º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #564715 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB867121-
CMYK00.170.760.66
HSL46.15º60.75%20.98%-
HSV(B)46.15º75.58%33.73%-
XYZ6.236.541.64-
YUV69.78100.47139.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.31%
GREEN value IS 71 (28.12% from 255) = 39.89%
BLUE value IS 21 (8.59% from 255) = 11.80%
R=48.31%
G=39.89%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86712100.170.760.6646.1560.7520.98
Hex5647150114C422e3d15
Octal12610725021114102567525
Binary10101101000111101010100011001100100001010111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564715; }

 p { color: rgb(86,71,21); }

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

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

 a { background-color: rgb(86,71,21); }

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

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

 span { border-color: rgb(86,71,21); }

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