#564F27

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

Shades of Bronze Olive #564F27

Tints of Bronze Olive #564F27

Color information

#564F27 (or 0x564F27) is unknown color: approx Bronze Olive. HEX triplet: 56, 4F and 27. RGB value is (86,79,39). Sum of RGB (Red+Green+Blue) = 86+79+39=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #564F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564F27 is #A9B0D8. Grayscale: #4C4C4C. Windows color (decimal): -11120857 or 2576214. OLE color: 2576214.

HSL color Cylindrical-coordinate representation of color #564F27: hue angle of 51.06º 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 #564F27 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.66.

Color convert

RGB867939-
CMYK00.080.550.66
HSL51.06º37.6%24.51%-
HSV(B)51.06º54.65%33.73%-
XYZ77.723.04-
YUV76.53106.82134.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.16%
GREEN value IS 79 (31.25% from 255) = 38.73%
BLUE value IS 39 (15.62% from 255) = 19.12%
R=42.16%
G=38.73%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86793900.080.550.6651.0637.624.51
Hex564F27083742332619
Octal1261174701067102634631
Binary1010110100111110011101000110111100001011001110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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