#564500

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

Shades of Bronze Olive #564500

Tints of Bronze Olive #564500

Color information

#564500 (or 0x564500) is unknown color: approx Bronze Olive. HEX triplet: 56, 45 and 00. RGB value is (86,69,0). Sum of RGB (Red+Green+Blue) = 86+69+0=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #564500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564500 is #A9BAFF. Grayscale: #424242. Windows color (decimal): -11123456 or 17750. OLE color: 17750.

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

Color convert

RGB86690-
CMYK00.2010.66
HSL48.14º100%16.86%-
HSV(B)48.14º100%33.73%-
XYZ5.976.230.89-
YUV66.2290.63142.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.48%
GREEN value IS 69 (27.34% from 255) = 44.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.48%
G=44.52%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8669000.2010.6648.1410016.86
Hex564500146442306411
Octal12610500241441026014421
Binary10101101000101001010011001001000010110000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564500; }

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

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

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

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

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

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

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

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