#564B05

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

Shades of Bronze Olive #564B05

Tints of Bronze Olive #564B05

Color information

#564B05 (or 0x564B05) is unknown color: approx Bronze Olive. HEX triplet: 56, 4B and 05. RGB value is (86,75,5). Sum of RGB (Red+Green+Blue) = 86+75+5=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #564B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564B05 is #A9B4FA. Grayscale: #464646. Windows color (decimal): -11121915 or 346966. OLE color: 346966.

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

Color convert

RGB86755-
CMYK00.130.940.66
HSL51.85º89.01%17.84%-
HSV(B)51.85º94.19%33.73%-
XYZ6.387.021.16-
YUV70.3191.14139.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.81%
GREEN value IS 75 (29.69% from 255) = 45.18%
BLUE value IS 5 (2.34% from 255) = 3.01%
R=51.81%
G=45.18%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8675500.130.940.6651.8589.0117.84
Hex564B50D5E42345912
Octal12611350151361026413122
Binary101011010010111010110110111101000010110100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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