#564514

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

Shades of Bronze Olive #564514

Tints of Bronze Olive #564514

Color information

#564514 (or 0x564514) is unknown color: approx Bronze Olive. HEX triplet: 56, 45 and 14. RGB value is (86,69,20). Sum of RGB (Red+Green+Blue) = 86+69+20=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #564514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564514 is #A9BAEB. Grayscale: #444444. Windows color (decimal): -11123436 or 1328470. OLE color: 1328470.

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

Color convert

RGB866920-
CMYK00.200.770.66
HSL44.55º62.26%20.78%-
HSV(B)44.55º76.74%33.73%-
XYZ6.096.291.55-
YUV68.5100.63140.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.14%
GREEN value IS 69 (27.34% from 255) = 39.43%
BLUE value IS 20 (8.20% from 255) = 11.43%
R=49.14%
G=39.43%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86692000.200.770.6644.5562.2620.78
Hex5645140144D422d3e15
Octal12610524024115102557625
Binary10101101000101101000101001001101100001010110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564514; }

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

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

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

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

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

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

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

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