#564304

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

Shades of Bronze Olive #564304

Tints of Bronze Olive #564304

Color information

#564304 (or 0x564304) is unknown color: approx Bronze Olive. HEX triplet: 56, 43 and 04. RGB value is (86,67,4). Sum of RGB (Red+Green+Blue) = 86+67+4=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #564304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564304 is #A9BCFB. Grayscale: #414141. Windows color (decimal): -11123964 or 279382. OLE color: 279382.

HSL color Cylindrical-coordinate representation of color #564304: hue angle of 46.1º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #564304 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB86674-
CMYK00.220.950.66
HSL46.1º91.11%17.65%-
HSV(B)46.1º95.35%33.73%-
XYZ5.8760.96-
YUV65.593.29142.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.78%
GREEN value IS 67 (26.56% from 255) = 42.68%
BLUE value IS 4 (1.95% from 255) = 2.55%
R=54.78%
G=42.68%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8667400.220.950.6646.191.1117.65
Hex564340165F422e5b12
Octal12610340261371025613322
Binary1010110100001110001011010111111000010101110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564304; }

 p { color: rgb(86,67,4); }

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

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

 a { background-color: rgb(86,67,4); }

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

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

 span { border-color: rgb(86,67,4); }

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