#564728

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

Shades of Bronze Olive #564728

Tints of Bronze Olive #564728

Color information

#564728 (or 0x564728) is unknown color: approx Bronze Olive. HEX triplet: 56, 47 and 28. RGB value is (86,71,40). Sum of RGB (Red+Green+Blue) = 86+71+40=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #564728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564728 is #A9B8D7. Grayscale: #484848. Windows color (decimal): -11122904 or 2639702. OLE color: 2639702.

HSL color Cylindrical-coordinate representation of color #564728: hue angle of 40.43º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #564728 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB867140-
CMYK00.170.530.66
HSL40.43º36.51%24.71%-
HSV(B)40.43º53.49%33.73%-
XYZ6.476.642.95-
YUV71.95109.97138.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.65%
GREEN value IS 71 (28.12% from 255) = 36.04%
BLUE value IS 40 (16.02% from 255) = 20.30%
R=43.65%
G=36.04%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86714000.170.530.6640.4336.5124.71
Hex5647280113542282519
Octal1261075002165102504531
Binary10101101000111101000010001110101100001010100010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564728; }

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

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

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

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

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

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

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

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