#564F05

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

Shades of Bronze Olive #564F05

Tints of Bronze Olive #564F05

Color information

#564F05 (or 0x564F05) is unknown color: approx Bronze Olive. HEX triplet: 56, 4F and 05. RGB value is (86,79,5). Sum of RGB (Red+Green+Blue) = 86+79+5=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 79 (31.25% from 255 or 46.47% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #564F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564F05 is #A9B0FA. Grayscale: #484848. Windows color (decimal): -11120891 or 347990. OLE color: 347990.

HSL color Cylindrical-coordinate representation of color #564F05: hue angle of 54.81º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #564F05 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB86795-
CMYK00.080.940.66
HSL54.81º89.01%17.84%-
HSV(B)54.81º94.19%33.73%-
XYZ6.667.581.26-
YUV72.6689.82137.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.59%
GREEN value IS 79 (31.25% from 255) = 46.47%
BLUE value IS 5 (2.34% from 255) = 2.94%
R=50.59%
G=46.47%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8679500.080.940.6654.8189.0117.84
Hex564F5085E42375912
Octal12611750101361026713122
Binary101011010011111010100010111101000010110111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,79,5); }

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

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

 a { background-color: rgb(86,79,5); }

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

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

 span { border-color: rgb(86,79,5); }

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