#564805

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

Shades of Bronze Olive #564805

Tints of Bronze Olive #564805

Color information

#564805 (or 0x564805) is unknown color: approx Bronze Olive. HEX triplet: 56, 48 and 05. RGB value is (86,72,5). Sum of RGB (Red+Green+Blue) = 86+72+5=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #564805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564805 is #A9B7FA. Grayscale: #444444. Windows color (decimal): -11122683 or 346198. OLE color: 346198.

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

Color convert

RGB86725-
CMYK00.160.940.66
HSL49.63º89.01%17.84%-
HSV(B)49.63º94.19%33.73%-
XYZ6.186.621.1-
YUV68.5592.14140.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.76%
GREEN value IS 72 (28.52% from 255) = 44.17%
BLUE value IS 5 (2.34% from 255) = 3.07%
R=52.76%
G=44.17%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8672500.160.940.6649.6389.0117.84
Hex564850105E42325912
Octal12611050201361026213122
Binary1010110100100010101000010111101000010110010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564805; }

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

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

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

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

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

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

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

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