#564C01

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

Shades of Bronze Olive #564C01

Tints of Bronze Olive #564C01

Color information

#564C01 (or 0x564C01) is unknown color: approx Bronze Olive. HEX triplet: 56, 4C and 01. RGB value is (86,76,1). Sum of RGB (Red+Green+Blue) = 86+76+1=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 76 (30.08% from 255 or 46.63% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #564C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564C01 is #A9B3FE. Grayscale: #464646. Windows color (decimal): -11121663 or 85078. OLE color: 85078.

HSL color Cylindrical-coordinate representation of color #564C01: hue angle of 52.94º 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 #564C01 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB86761-
CMYK00.120.990.66
HSL52.94º97.7%17.06%-
HSV(B)52.94º98.84%33.73%-
XYZ6.437.151.07-
YUV70.4488.81139.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.76%
GREEN value IS 76 (30.08% from 255) = 46.63%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=52.76%
G=46.63%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8676100.120.990.6652.9497.717.06
Hex564C10C6342356211
Octal12611410141431026514221
Binary1010110100110010110011000111000010110101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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