#564A01

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

Shades of Bronze Olive #564A01

Tints of Bronze Olive #564A01

Color information

#564A01 (or 0x564A01) is unknown color: approx Bronze Olive. HEX triplet: 56, 4A and 01. RGB value is (86,74,1). Sum of RGB (Red+Green+Blue) = 86+74+1=161 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.42% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 86 - color contains mainly: red. Hex color #564A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564A01 is #A9B5FE. Grayscale: #454545. Windows color (decimal): -11122175 or 84566. OLE color: 84566.

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

Color convert

RGB86741-
CMYK00.140.990.66
HSL51.53º97.7%17.06%-
HSV(B)51.53º98.84%33.73%-
XYZ6.296.881.02-
YUV69.2789.48139.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.42%
GREEN value IS 74 (29.30% from 255) = 45.96%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=53.42%
G=45.96%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8674100.140.990.6651.5397.717.06
Hex564A10E6342346211
Octal12611210161431026414221
Binary1010110100101010111011000111000010110100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564A01; }

 p { color: rgb(86,74,1); }

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

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

 a { background-color: rgb(86,74,1); }

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

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

 span { border-color: rgb(86,74,1); }

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