#564511

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

Shades of Bronze Olive #564511

Tints of Bronze Olive #564511

Color information

#564511 (or 0x564511) is unknown color: approx Bronze Olive. HEX triplet: 56, 45 and 11. RGB value is (86,69,17). Sum of RGB (Red+Green+Blue) = 86+69+17=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #564511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564511 is #A9BAEE. Grayscale: #444444. Windows color (decimal): -11123439 or 1131862. OLE color: 1131862.

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

Color convert

RGB866917-
CMYK00.200.800.66
HSL45.22º66.99%20.2%-
HSV(B)45.22º80.23%33.73%-
XYZ6.076.281.42-
YUV68.1699.13140.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50%
GREEN value IS 69 (27.34% from 255) = 40.12%
BLUE value IS 17 (7.03% from 255) = 9.88%
R=50%
G=40.12%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86691700.200.800.6645.2266.9920.2
Hex56451101450422d4314
Octal126105210241201025510324
Binary101011010001011000101010010100001000010101101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564511; }

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

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

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

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

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

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

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

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