#564E27

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

Shades of Bronze Olive #564E27

Tints of Bronze Olive #564E27

Color information

#564E27 (or 0x564E27) is unknown color: approx Bronze Olive. HEX triplet: 56, 4E and 27. RGB value is (86,78,39). Sum of RGB (Red+Green+Blue) = 86+78+39=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #564E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564E27 is #A9B1D8. Grayscale: #4C4C4C. Windows color (decimal): -11121113 or 2575958. OLE color: 2575958.

HSL color Cylindrical-coordinate representation of color #564E27: hue angle of 49.79º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #564E27 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.66.

Color convert

RGB867839-
CMYK00.090.550.66
HSL49.79º37.6%24.51%-
HSV(B)49.79º54.65%33.73%-
XYZ6.937.573.02-
YUV75.95107.15135.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.36%
GREEN value IS 78 (30.86% from 255) = 38.42%
BLUE value IS 39 (15.62% from 255) = 19.21%
R=42.36%
G=38.42%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86783900.090.550.6649.7937.624.51
Hex564E27093742322619
Octal1261164701167102624631
Binary1010110100111010011101001110111100001011001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564E27; }

 p { color: rgb(86,78,39); }

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

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

 a { background-color: rgb(86,78,39); }

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

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

 span { border-color: rgb(86,78,39); }

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