#564722

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

Shades of Bronze Olive #564722

Tints of Bronze Olive #564722

Color information

#564722 (or 0x564722) is unknown color: approx Bronze Olive. HEX triplet: 56, 47 and 22. RGB value is (86,71,34). Sum of RGB (Red+Green+Blue) = 86+71+34=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #564722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564722 is #A9B8DD. Grayscale: #474747. Windows color (decimal): -11122910 or 2246486. OLE color: 2246486.

HSL color Cylindrical-coordinate representation of color #564722: hue angle of 42.69º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #564722 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB867134-
CMYK00.170.600.66
HSL42.69º43.33%23.53%-
HSV(B)42.69º60.47%33.73%-
XYZ6.386.62.45-
YUV71.27106.97138.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.03%
GREEN value IS 71 (28.12% from 255) = 37.17%
BLUE value IS 34 (13.67% from 255) = 17.80%
R=45.03%
G=37.17%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86713400.170.600.6642.6943.3323.53
Hex5647220113C422b2b18
Octal1261074202174102535330
Binary10101101000111100010010001111100100001010101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564722; }

 p { color: rgb(86,71,34); }

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

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

 a { background-color: rgb(86,71,34); }

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

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

 span { border-color: rgb(86,71,34); }

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