#564504

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

Shades of Bronze Olive #564504

Tints of Bronze Olive #564504

Color information

#564504 (or 0x564504) is unknown color: approx Bronze Olive. HEX triplet: 56, 45 and 04. RGB value is (86,69,4). Sum of RGB (Red+Green+Blue) = 86+69+4=159 (21% of max value = 765). Red value is 86 (33.98% from 255 or 54.09% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 86 - color contains mainly: red. Hex color #564504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564504 is #A9BAFB. Grayscale: #424242. Windows color (decimal): -11123452 or 279894. OLE color: 279894.

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

Color convert

RGB86694-
CMYK00.200.950.66
HSL47.56º91.11%17.65%-
HSV(B)47.56º95.35%33.73%-
XYZ5.996.241-
YUV66.6792.63141.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.09%
GREEN value IS 69 (27.34% from 255) = 43.40%
BLUE value IS 4 (1.95% from 255) = 2.52%
R=54.09%
G=43.40%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8669400.200.950.6647.5691.1117.65
Hex564540145F42305b12
Octal12610540241371026013322
Binary1010110100010110001010010111111000010110000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564504; }

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

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

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

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

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

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

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

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