#564911

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

Shades of Bronze Olive #564911

Tints of Bronze Olive #564911

Color information

#564911 (or 0x564911) is unknown color: approx Bronze Olive. HEX triplet: 56, 49 and 11. RGB value is (86,73,17). Sum of RGB (Red+Green+Blue) = 86+73+17=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #564911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564911 is #A9B6EE. Grayscale: #464646. Windows color (decimal): -11122415 or 1132886. OLE color: 1132886.

HSL color Cylindrical-coordinate representation of color #564911: hue angle of 48.7º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #564911 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB867317-
CMYK00.150.800.66
HSL48.7º66.99%20.2%-
HSV(B)48.7º80.23%33.73%-
XYZ6.326.781.51-
YUV70.597.81139.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.86%
GREEN value IS 73 (28.91% from 255) = 41.48%
BLUE value IS 17 (7.03% from 255) = 9.66%
R=48.86%
G=41.48%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86731700.150.800.6648.766.9920.2
Hex5649110F5042314314
Octal126111210171201026110324
Binary10101101001001100010111110100001000010110001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564911; }

 p { color: rgb(86,73,17); }

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

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

 a { background-color: rgb(86,73,17); }

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

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

 span { border-color: rgb(86,73,17); }

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