#564400

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

Shades of Bronze Olive #564400

Tints of Bronze Olive #564400

Color information

#564400 (or 0x564400) is unknown color: approx Bronze Olive. HEX triplet: 56, 44 and 00. RGB value is (86,68,0). Sum of RGB (Red+Green+Blue) = 86+68+0=154 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.84% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 86 - color contains mainly: red. Hex color #564400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564400 is #A9BBFF. Grayscale: #414141. Windows color (decimal): -11123712 or 17494. OLE color: 17494.

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

Color convert

RGB86680-
CMYK00.2110.66
HSL47.44º100%16.86%-
HSV(B)47.44º100%33.73%-
XYZ5.96.110.87-
YUV65.6390.96142.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.84%
GREEN value IS 68 (26.95% from 255) = 44.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.84%
G=44.16%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8668000.2110.6647.4410016.86
Hex5644001564422f6411
Octal12610400251441025714421
Binary10101101000100001010111001001000010101111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564400; }

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

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

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

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

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

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

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

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